带Spring Boot的图书管理器开发前端首先,项目根目录下执行npm install
和grunt install
命令。然后,执行grunt
命令以监控resourecs/{static,templates}
目录中的文件变化,并自动编译LESS和检查JavaScript文件。最后,运行嵌入式Tomcat,通过以下命令启动:MAVEN_OPTS=\"-javaagent:springloaded-1.2.1.jar -noverify\" mvn spring-boot:run
。
Java Web 应用程序的个人旧练习
文件列表
bookmanager-with-spring-boot-master.zip
(预估有个76文件)
bookmanager-with-spring-boot-master
.jshintrc
406B
.gitignore
119B
package.json
1KB
src
main
resources
application-prod.properties
329B
templates
book-edit.html
2KB
暂无评论