国际化系统功能:作业监控、缓存监控、服务器监控、菜单管理、模块管理、参数配置、字典管理、国际化管理、在线用户

This commit is contained in:
thinkgem
2019-11-20 22:36:43 +08:00
parent 4f751c6620
commit 5a99b57eda
25 changed files with 1072 additions and 182 deletions

View File

@@ -18,22 +18,6 @@ jdbc:
password: 123456
testSql: SELECT 1
# # DB2 数据库配置
# type: db2
# driver: com.ibm.db2.jcc.DB2Driver
# url: jdbc:db2://127.0.0.1:50000/jeesite
# username: jeesite
# password: jeesite
# testSql: SELECT 1 FROM DUAL
# # H2 数据库配置
# type: h2
# driver: org.h2.Driver
# url: jdbc:h2:~/jeesite-db/jeesite
# username: jeesite
# password: jeesite
# testSql: SELECT 1
# 日志配置
logging:
config: classpath:logback-test.xml