-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Arjie Cristobal edited this page Dec 11, 2019
·
10 revisions
References:
- https://howtodoinjava.com/spring/spring-boot/spring-boot-soap-webservice-example/.
- 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)
https://spring.io/guides/gs/accessing-data-mysql/
http://www.baeldung.com/sha-256-hashing-java
https://spring.io/guides/gs/scheduling-tasks/
(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
https://javabeat.net/spring-boot-logging/
https://itnext.io/event-driven-microservices-with-spring-boot-and-activemq-5ef709928482
http://localhost:8080/api/message/Welcome%20to%20ActiveMQ!