@@ -1,6 +1,3 @@
-# discovery uri
-eureka.client.service-url.defaultZone=http://discovery.rankin.com:8821/eureka/
-
## redis 配置
spring.redis.host=r-2ze3b84e6309c7d4.redis.rds.aliyuncs.com
spring.redis.port=6379
@@ -1,5 +1,3 @@
#出现错误时, 直接抛出异常
spring.mvc.throw-exception-if-no-handler-found=true
#不要为我们工程中的资源文件建立映射
# database setting
spring.datasource.url=jdbc:mysql://rm-2zeptkzp761f34ch0.mysql.rds.aliyuncs.com:3306/rankin?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true
spring.datasource.driverClassName=com.mysql.jdbc.Driver