|
@@ -0,0 +1,10 @@
|
|
|
+spring.datasource.url=jdbc:mysql://192.168.1.99:3306/exam_cloud_test?useUnicode=true&characterEncoding=UTF-8
|
|
|
+spring.datasource.username=root
|
|
|
+spring.datasource.password=root
|
|
|
+
|
|
|
+
|
|
|
+spring.redis.host=192.168.1.99
|
|
|
+spring.redis.port=6379
|
|
|
+
|
|
|
+
|
|
|
+eureka.client.serviceUrl.defaultZone=http://192.168.1.99:1111/eureka/
|