spring-playground:Sprint Boot子的空项目

时间:2024-05-24 04:56:50
【文件属性】:

文件名称:spring-playground:Sprint Boot子的空项目

文件大小:104KB

文件格式:ZIP

更新时间:2024-05-24 04:56:50

Java

spring-playgroud 这是一个基于spring-boot的空白项目,你可以使用git克隆到本地,稍作修改,从而达到提高开发效率的目的。 你可以通过以下方式的任意一种启动这个项目 git clone git@github.com:yingzhuo/spring-playground.git cd spring-playground mvn clean spring-boot:run git clone git@github.com:yingzhuo/spring-playground.git cd spring-playground mvn clean package java -jar target/spring-boot-1.0.0.jar --spring.profiles.active=dev --debug 上面的--debug参数使项目启动时会详细地输出日志。 或者,


【文件预览】:
spring-playground-master
----.gitignore(254B)
----src()
--------main()
--------test()
----.travis.yml(82B)
----LICENSE(676B)
----CHANGELOG.md(28B)
----pom.xml(18KB)
----README.md(6KB)

网友评论