src/main/resources/application-devGateway.yml
@@ -12,7 +12,6 @@ #次数据源 secondary: url: jdbc:mysql://127.0.0.1:3306/igds_5012?useUnicode=true&useSSL=false&characterEncoding=utf-8 username: root password: Abc123.. driver-class-name: com.mysql.jdbc.Driver @@ -35,7 +34,7 @@ dialect: org.hibernate.dialect.MySQL5InnoDBDialect # Redis相关配置 redis: database: 5 database: 0 host: 127.0.0.1 port: 6379 password: Redispwd..