src/main/resources/application.yml
@@ -2,6 +2,7 @@ datasource: ds1: driver-class-name: com.mysql.cj.jdbc.Driver # 生产环境 url: jdbc:mysql://localhost:3306/fume username: fume password: fume_feiyu2023 @@ -20,7 +21,8 @@ mybatis: configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl map-underscore-to-camel-case: true type-aliases-package: com.flightfeather.monitor.domain.ds1.entity mapper-locations: classpath*:mapper/**/*.xml