Commit 8e5ce013f68545239c826da8200c4b28b4508737
1 parent
11a38ebd
update
Showing
2 changed files
with
4 additions
and
3 deletions
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= false | 9 | spring.jpa.show-sql= false |
| 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://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | 11 | +spring.datasource.url= jdbc:mysql://192.168.168.201/mh_control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 12 | spring.datasource.username= root | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= root | 13 | +spring.datasource.password= 123456 |
| 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 |
src/main/resources/static/real_control_v2/mapmonitor/fragments/map_infowindow.html
| @@ -23,4 +23,5 @@ | @@ -23,4 +23,5 @@ | ||
| 23 | <a href="javascript:;" style="float: right;">轨迹回放</a> | 23 | <a href="javascript:;" style="float: right;">轨迹回放</a> |
| 24 | </div> | 24 | </div> |
| 25 | </script> | 25 | </script> |
| 26 | -</div> | ||
| 27 | \ No newline at end of file | 26 | \ No newline at end of file |
| 27 | +</div> | ||
| 28 | +<!-- 2222 --> | ||
| 28 | \ No newline at end of file | 29 | \ No newline at end of file |