mmc4/README.MD

28 lines
716 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 毛毛虫4.0
项目作为学习java的例程较合适
项目组件及框架:
spring
spring.boot
mybatis
mysql
静态资源:
默认位置 resources/static访问时URL中不加static
编译jarMavenProjects
部署java -jar -Dserver.port=8081 mmc4-exec.jar
spring-boot允许你自定义一个application.properties文件然后放在以下的地方来重写spring boot的环境变量或者定义你自己环境变量
+ 当前目录的 “/config”的子目录下
+ 当前目录下
+ classpath根目录的“/config”包下
+ classpath的根目录下
以上配置优先顺序按以上排!很多部署与运行配置相关都可以此文件中配置与定义如server.servlet-path=/