Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 475 Bytes

File metadata and controls

16 lines (8 loc) · 475 Bytes

Spring Boot Microservice

Migration des Microservices aus Beispiel spring-boot-microservice-java8 hin zu Java 9 und einem Java 9 Modul.

Service starten

Auf die schnelle (WEITERE ERKLÄRUNG/ANSATZ FOLGEN NOCH):
java -jar --add-modules ALL-DEFAULT,java.xml.bind target/comics-0.0.1-SNAPSHOT.jar

Aufruf der Anwendung

http://localhost:8080/comics
http://localhost:8080/comics/{id}