Commit 6d34763aba240802fffcbc457a82f571dd504f45
1 parent
1dd9999f
update...
Showing
4 changed files
with
6 additions
and
6 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -8,7 +8,7 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy |
| 8 | 8 | spring.jpa.database= MYSQL |
| 9 | 9 | spring.jpa.show-sql= false |
| 10 | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | -spring.datasource.url= jdbc:mysql://192.168.168.171:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 11 | +spring.datasource.url= jdbc:mysql://192.168.160.214:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 12 | 12 | spring.datasource.username= root |
| 13 | 13 | spring.datasource.password= root2jsp |
| 14 | 14 | #DATASOURCE |
| ... | ... | @@ -26,6 +26,6 @@ spring.datasource.validation-query=select 1 |
| 26 | 26 | ## |
| 27 | 27 | #222.66.0.204:5555 |
| 28 | 28 | ##\u5B9E\u65F6gps |
| 29 | -http.gps.real.url= http://192.168.168.171:8080/transport_server/rtgps/ | |
| 29 | +http.gps.real.url= http://192.168.160.214:8080/transport_server/rtgps/ | |
| 30 | 30 | ##\u6D88\u606F\u4E0B\u53D1 |
| 31 | -http.send.directive = http://192.168.168.171:8080/transport_server/message/ | |
| 32 | 31 | \ No newline at end of file |
| 32 | +http.send.directive = http://192.168.160.214:8080/transport_server/message/ | |
| 33 | 33 | \ No newline at end of file | ... | ... |
src/main/resources/static/index.html
| ... | ... | @@ -219,7 +219,7 @@ tr.row-active td { |
| 219 | 219 | <!-- LOGO --> |
| 220 | 220 | <div class="page-logo"> |
| 221 | 221 | <a href="index.html" class="logo-default logo-default-text"> |
| 222 | - 闵行公交调度系统 </a> | |
| 222 | + 嘉定公交调度系统 </a> | |
| 223 | 223 | <div class="menu-toggler sidebar-toggler"></div> |
| 224 | 224 | </div> |
| 225 | 225 | <!-- END LOGO --> | ... | ... |
src/main/resources/static/login.html
| ... | ... | @@ -181,7 +181,7 @@ |
| 181 | 181 | <div class="wrapper ng-scope"> |
| 182 | 182 | <div id="loginPanel" class="dialog dialog-shadow"> |
| 183 | 183 | <br> |
| 184 | - <h3 class="logo-text">闵行公交调度系统</h3> | |
| 184 | + <h3 class="logo-text">嘉定公交调度系统</h3> | |
| 185 | 185 | <hr> |
| 186 | 186 | <form style="padding: 0px 35px;"> |
| 187 | 187 | <div class="form-group" style="margin-bottom: 0"> | ... | ... |
src/main/resources/static/real_control_v2/main.html