Skip to content
Arjie Cristobal edited this page Dec 11, 2019 · 10 revisions

Welcome to the project research wiki!

Spring Boot SOAP

References:

  1. https://howtodoinjava.com/spring/spring-boot/spring-boot-soap-webservice-example/.
  2. https://spring.io/guides/gs/consuming-web-service/

WSDL: http://localhost:8080/service/studentDetailsWsdl.wsdl

Default Uri: http://localhost:8080/service/student-details (operation / soap:address location)

Spring Boot JPA (MySQL)

https://spring.io/guides/gs/accessing-data-mysql/

Secure Hash Algorithm

http://www.baeldung.com/sha-256-hashing-java

Spring Scheduling Task

https://spring.io/guides/gs/scheduling-tasks/

Spring Boot Thymeleaf

(excluding the sending of email. I just want to try the generation of html template even if the page does not used Spring MVC) https://www.thymeleaf.org/doc/articles/springmail.html

Logging Configuration in Spring Boot

https://javabeat.net/spring-boot-logging/

Event-Driven Microservices with Spring Boot and ActiveMQ.

https://itnext.io/event-driven-microservices-with-spring-boot-and-activemq-5ef709928482
http://localhost:8080/api/message/Welcome%20to%20ActiveMQ!