spring petclinic:https://github.comspring projectsspring petclinic.git 源码
SpringPetClinic样品申请 通过一些图表了解Spring Petclinic应用程序 在本地运行诊所 Petclinic是使用构建的应用程序。 您可以构建一个jar文件并从命令行运行它: git clone https://github.com/spring-projects/spring-petclinic.git cd spring-petclinic ./mvnw package java -jar target/*.jar 然后,您可以在此处访问petclinic: 或者,您可以使用Spring Boot Maven插件直接从Maven运行它。 如果执行此操作,它将立即获取您在项目中所做的更改(对Java源文件的更改也需要编译-大多数人为此使用IDE): ./mvnw spring-boot:run 如果您发现Spring Petclinic的错误/建议的改进 我
文件列表
spring-petclinic-main.zip
(预估有个97文件)
spring-petclinic-main
.gitignore
115B
.mvn
wrapper
MavenWrapperDownloader.java
5KB
maven-wrapper.jar
50KB
maven-wrapper.properties
219B
pom.xml
12KB
mvnw
10KB
docker-compose.yml
271B
暂无评论