Skip to content

On this repository I develop the well-known Spring Pet Clinic application as per instructions by John Thompson on his Spring Framework 5 course on Udemy.

Notifications You must be signed in to change notification settings

brunodrugowick/drugo-petclinic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drugo-petclinic

On this repository I developed the well-known Spring Pet Clinic application as per instructions by John Thompson on his Spring Framework 5 course on Udemy.

Try the latest version

The latest stable version of this app is automatically deployed to https://drugo-petclinic.herokuapp.com/.

Running

To run:

./mvnw spring-boot:run

To build and run:

./mvnw package
 java -jar petclinic-web/target/*.jar

Developing

Sample Data

The app can create a sample database to use while developing. This process is only triggered if you understand the DataLoader.java class.

Otherwise the app will run normally without creating any sample data. Go ahead and take a look at the mentioned class to understand what you have to do to have the sample data created for you.

Troubleshooting

If after starting the application CSS doesn't appear to load, try a ./mvnw install on the root folder.

About

On this repository I develop the well-known Spring Pet Clinic application as per instructions by John Thompson on his Spring Framework 5 course on Udemy.

Resources

Stars

Watchers

Forks

Packages