diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index ff63118..1f612fe 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -62,6 +62,11 @@ spring: connection-properties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 合并多个DruidDataSource的监控数据 use-global-data-source-stat: true + redis: + host: 127.0.0.1 + port: 6379 + password: 666 + database: 1 mybatis: config-location: classpath:mybatis/mybatis-config.xml @@ -127,6 +132,8 @@ security: check-token-access: ${security.oauth2.oauth-server}/oauth2_client/token_key api-path: user-center: http://127.0.0.1:8091/operator/ + copyright: http://127.0.0.1:7025/copyright/ + copyright-external: http://192.168.0.103:7025/copyright/ # #