diff --git a/web-fast/src/main/resources/config/application-prod.yml b/web-fast/src/main/resources/config/application-prod.yml index fbf90cea..299f019b 100644 --- a/web-fast/src/main/resources/config/application-prod.yml +++ b/web-fast/src/main/resources/config/application-prod.yml @@ -7,7 +7,7 @@ jdbc: # Mysql 数据库配置 type: h2 driver: org.h2.Driver - url: jdbc:h2:/data/jeesite-db/jeesite5101 + url: jdbc:h2:/data/jeesite-db/jeesite5110 username: jeesite password: jeesite testSql: SELECT 1 diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index f026baa8..86a8c2f5 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -53,7 +53,7 @@ jdbc: # H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖) type: h2 driver: org.h2.Driver - url: jdbc:h2:~/jeesite-db/jeesite5101 + url: jdbc:h2:~/jeesite-db/jeesite5110 username: jeesite password: jeesite testSql: SELECT 1 @@ -99,9 +99,20 @@ spring: pathmatch: matching-strategy: ANT_PATH_MATCHER -# 日志配置 +# 日志配置(fatal、error、warn、info、debug) logging: config: classpath:config/logback-spring.xml +# level: +# root: warn +# com.jeesite: debug + +# MyBatis 相关 +mybatis: + + # Mapper文件刷新线程 + mapper: + refresh: + enabled: true #======================================# #========== System settings ===========# @@ -189,14 +200,6 @@ session: # 会话唯一标识SessionId在Cookie中的名称。 sessionIdCookieName: h2db.jeesite.session.id sessionIdCookiePath: ${server.servlet.context-path} - -# MyBatis 相关 -mybatis: - - # Mapper文件刷新线程 - mapper: - refresh: - enabled: true # Web 相关 web: