Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

oregor-projects/trinity-demo-java

Repository files navigation

trinity-demo-java

Build Status

Demo microservice application structured according to the Trinity Architecture.

To learn more about the Trinity Architecture go to: https://medium.com/oregor/the-trinity-architecture-c89ed5743c1e

To scaffold your own project in java go to: https://github.com/oregor-projects/trinity-scaffolder-java

Getting started

Follow the steps below to execute the application:

git clone https://github.com/oregor-projects/trinity-demo-java.git
cd trinity-demo-java
./mvnw package
java -jar -Dspring.profiles.active=ci ./demo-app/target/demo-app.jar 

In a new terminal window, by executing:

curl -X GET http://localhost:8080/actuator/health

you should receive:

{"status":"UP"}

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /