zmc
2023-11-15 c47bac207b1f49d4cfe8cd98202a96865345a94f
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
@@ -10,13 +11,28 @@
#      username: root
#      password: 1234
      url: jdbc:mysql://localhost:3306/fume
      username: root
      password: 123456
#      url: jdbc:mysql://localhost:3306/fume
#      username: root
#      password: 123456
      url: jdbc:mysql://114.215.109.124:3306/fume
      username: fumeRemote
      password: feiyu2023
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
# 通用 Mapper 配置
# mappers 多个接口时逗号隔开
mapper:
  mappers: com.flightfeather.monitor.domain.util.MyMapper
  not-empty: false
  identity: MYSQL
server:
  port: 8081