|
@@ -0,0 +1,10 @@
|
|
|
+spring.datasource.url=jdbc:mysql://qmthmysql.mysql.rds.aliyuncs.com:3306/exam_cloud_sydx?useUnicode=true&characterEncoding=UTF-8
|
|
|
+spring.datasource.username=exam_cloud
|
|
|
+spring.datasource.password=examcloud123!@#
|
|
|
+
|
|
|
+
|
|
|
+spring.redis.host=127.0.0.1
|
|
|
+spring.redis.port=6379
|
|
|
+
|
|
|
+
|
|
|
+eureka.client.serviceUrl.defaultZone=http://127.0.0.1:1111/eureka/
|