Updated App.java to add a new function

This commit is contained in:
Nerosshini 2024-09-07 02:05:34 +08:00
parent f46cf0d51e
commit 5f7fde4737

View file

@ -16,7 +16,7 @@ cd spring-petclinic
./mvnw package ./mvnw package
java -jar target/*.jar java -jar target/*.jar
``` ```
PetClinicSpring
You can then access the Petclinic at <http://localhost:8080/>. You can then access the Petclinic at <http://localhost:8080/>.
<img width="1042" alt="petclinic-screenshot" src="https://cloud.githubusercontent.com/assets/838318/19727082/2aee6d6c-9b8e-11e6-81fe-e889a5ddfded.png"> <img width="1042" alt="petclinic-screenshot" src="https://cloud.githubusercontent.com/assets/838318/19727082/2aee6d6c-9b8e-11e6-81fe-e889a5ddfded.png">