Skip to content

javaakademie/Spring-Boot-Microservice-Java9-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Microservices mit Java 9 und einem Java 9 Modul.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages