打包程序优化,直接打成war包,包含容器,支持脚本运行
This commit is contained in:
@@ -15,4 +15,3 @@ server:
|
||||
|
||||
debug: true
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ jdbc:
|
||||
# Mysql 数据库配置
|
||||
type: mysql
|
||||
driver: com.mysql.jdbc.Driver
|
||||
url: jdbc:mysql://127.0.0.1:3306/jeesite4?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
|
||||
url: jdbc:mysql://127.0.0.1:3306/jeesite4?useSSL=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
|
||||
username: root
|
||||
password: 123456
|
||||
testSql: SELECT 1
|
||||
@@ -56,6 +56,6 @@
|
||||
</root>
|
||||
|
||||
<!-- Framework level setting -->
|
||||
<include resource="logger-core.xml"/>
|
||||
<include resource="config/logger-core.xml"/>
|
||||
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user