Commit 4676d851a64e629f0f325561b402e666c1f9ca9a

Authored by 潘钊
1 parent 7a91bb57

update

src/main/resources/application-dev.properties
@@ -8,9 +8,9 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy @@ -8,9 +8,9 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
8 spring.jpa.database= MYSQL 8 spring.jpa.database= MYSQL
9 spring.jpa.show-sql= true 9 spring.jpa.show-sql= true
10 spring.datasource.driver-class-name= com.mysql.jdbc.Driver 10 spring.datasource.driver-class-name= com.mysql.jdbc.Driver
11 -spring.datasource.url= jdbc:mysql://192.168.168.201:3306/control 11 +spring.datasource.url= jdbc:mysql://127.0.0.1:3306/control
12 spring.datasource.username= root 12 spring.datasource.username= root
13 -spring.datasource.password= 123456 13 +spring.datasource.password= panzhao
14 #DATASOURCE 14 #DATASOURCE
15 spring.datasource.max-active=100 15 spring.datasource.max-active=100
16 spring.datasource.max-idle=8 16 spring.datasource.max-idle=8
@@ -26,6 +26,6 @@ spring.datasource.validation-query=select 1 @@ -26,6 +26,6 @@ spring.datasource.validation-query=select 1
26 ## 26 ##
27 #222.66.0.204:5555 27 #222.66.0.204:5555
28 ##\u5B9E\u65F6gps 28 ##\u5B9E\u65F6gps
29 -http.gps.real.url= http://192.168.168.201:9090/transport_server/rtgps/ 29 +http.gps.real.url= http://192.168.168.192:8080/transport_server/rtgps/
30 ##\u6D88\u606F\u4E0B\u53D1 30 ##\u6D88\u606F\u4E0B\u53D1
31 -http.send.directive = http://192.168.168.201:9090/transport_server/message/  
32 \ No newline at end of file 31 \ No newline at end of file
  32 +http.send.directive = http://192.168.168.192:8080/transport_server/message/
33 \ No newline at end of file 33 \ No newline at end of file
src/main/resources/static/pages/forecast/sample/main.html
@@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
116 <div class="row"> 116 <div class="row">
117 <div class="col-md-12" style=""> 117 <div class="col-md-12" style="">
118 <button type="submit" class="btn green">开始生成数据</button> 118 <button type="submit" class="btn green">开始生成数据</button>
119 - <button type="button" class="btn default">取消</button> 119 + <button type="button" class="btn default layui-layer-close">取消</button>
120 </div> 120 </div>
121 </div> 121 </div>
122 </div> 122 </div>