替换docker插件,可直接通过maven插件部署和运行

This commit is contained in:
thinkgem
2020-06-03 23:23:16 +08:00
parent 61a0dd8eed
commit e15fee860e
8 changed files with 50 additions and 51 deletions

26
web/bin/docker/app.yml Normal file
View File

@@ -0,0 +1,26 @@
# 数据库连接
jdbc:
# Mysql 数据库配置
type: mysql
driver: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.56.1:3306/jeesite?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=UTC
username: jeesite
password: jeesite
testSql: SELECT 1
# MyBatis 相关
mybatis:
# Mapper文件刷新线程
mapper:
refresh:
enabled: false
# 文件相关
file:
# 文件上传根路径设置路径中不允许包含“userfiles”在指定目录中系统会自动创建userfiles目录如果不设置默认为contextPath路径
baseDir: /data