diff --git a/.idea/workspace.xml b/.idea/workspace.xml index eec939a..21feea5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,8 +5,8 @@ - - + + diff --git a/maibu-admin/src/main/resources/application-dev.yml b/maibu-admin/src/main/resources/application-dev.yml index 08bc936..010bcfc 100644 --- a/maibu-admin/src/main/resources/application-dev.yml +++ b/maibu-admin/src/main/resources/application-dev.yml @@ -3,7 +3,7 @@ spring: datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://1.95.137.212:3306/fastbee?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://localhost:3306/fastbee?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: fastbee password: maibu520 @@ -37,6 +37,9 @@ spring: max-request-size: 10MB # 日志配置 +log: + path: ./logs + logging: level: com.fastbee: debug diff --git a/maibu-admin/src/main/resources/logback.xml b/maibu-admin/src/main/resources/logback.xml index a650ab8..91b4e7f 100644 --- a/maibu-admin/src/main/resources/logback.xml +++ b/maibu-admin/src/main/resources/logback.xml @@ -1,7 +1,8 @@ - - + + +