打包程序优化,直接打成war包,包含容器,支持脚本运行
This commit is contained in:
17
web/src/main/resources/config/application.yml
Normal file
17
web/src/main/resources/config/application.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
spring:
|
||||
|
||||
profiles:
|
||||
active: default
|
||||
|
||||
main:
|
||||
banner-mode: "off"
|
||||
|
||||
server:
|
||||
|
||||
port: 8980
|
||||
context-path: /js
|
||||
tomcat:
|
||||
uri-encoding: UTF-8
|
||||
|
||||
debug: true
|
||||
|
||||
Reference in New Issue
Block a user