YuanPan 8 лет назад
Родитель
Сommit
da6c0a5cd3
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      exam-work-main/src/main/resources/application-dev.properties

+ 10 - 0
exam-work-main/src/main/resources/application-dev.properties

@@ -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/