Skip to content

Space Ship Microservice built with Java and Spring Boot, also the same system built with Quarkus and another with Micronaut.

Notifications You must be signed in to change notification settings

DevEsteves/SpaceShip-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceShip-Microservice

Repository for a Space Ship Microservice built with Java, Spring Boot and Maven. 2nd version built with Micronaut and 3nd version built with Quarkus.

Running locally - Spring Boot

$ git clone https://github.com/DevEsteves/SpaceShip-Microservice.git
$ cd SpaceShip-Microservice
$ cd SpringBoot-Microservice
$ mvn package
$ mvn exec:java -Dexec.mainClass="com.example.springbootmicroservice.SpringBootMicroserviceApplication"

Running locally - Micronaut (Chocolatey required)

$ git clone https://github.com/DevEsteves/SpaceShip-Microservice.git
$ cd SpaceShip-Microservice
$ cd Micronaut-Microservice/space
$ mn

Running locally - Quarkus (Chocolatey required)

$ git clone https://github.com/DevEsteves/SpaceShip-Microservice.git
$ cd SpaceShip-Microservice
$ Quarkus-microservice/code-with-quarkus
$ quarkus dev

About

Space Ship Microservice built with Java and Spring Boot, also the same system built with Quarkus and another with Micronaut.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published