8000 GitHub - agentgt/petclinic
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div id="js-flash-container" class="flash-container" data-turbo-replace>

agentgt/petclinic

Repository files navigation

APT Petclinic

Description

A re-imagination of Spring Petclinic using annotation processing libraries and eventually some HTMLX.

Technology changes:

Thymeleaf -> JStachio
Spring DI -> Avaje Inject
Hibernate -> Doma 2
Jackson -> avaje-jsonb

Build

./env.sh
./docker_db.sh
mvn clean install

Run

There are a variety of ways to run petclinic

Shell script

./run.sh

Manually

cd petclinic
java -jar target/petclinic-0.1.0-SNAPSHOT.jar

Reload mode

Install mvnd

sdk install mvnd

Open two terminals.

Main terminal:

cd petclinic/petclinic
run.sh

Watching terminal:

cd petclinic/petclinic
watch.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0