diff --git a/admin-client-temperature.iml b/admin-client-temperature.iml index c10c9f5..c93e2f9 100644 --- a/admin-client-temperature.iml +++ b/admin-client-temperature.iml @@ -1,5 +1,5 @@ - + @@ -21,102 +21,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index a4a552b..549c3fb 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,7 @@ mysql mysql-connector-java + 8.0.28 runtime @@ -60,12 +61,12 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - 1.2.0 + 1.2.1 com.google.code.gson gson - 2.8.2 + 2.8.9 com.alibaba @@ -75,12 +76,12 @@ com.squareup.okhttp3 okhttp - 3.6.0 + 4.9.2 org.apache.commons commons-lang3 - 3.9 + 3.18.0 org.jetbrains @@ -95,7 +96,7 @@ commons-io commons-io - 2.4 + 2.14.0 com.oracle @@ -130,20 +131,21 @@ commons-codec commons-codec - 1.11 + 1.13 compile org.postgresql postgresql + 42.7.7 runtime cn.hutool hutool-all - 5.8.37 + 5.8.40 cn.hutool @@ -171,7 +173,7 @@ repository - http://47.242.184.139:8081/repository/maven-public/ + https://nexus.fileview123.com/repository/maven-public/ true diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c83342c..ce00583 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -29,15 +29,15 @@ spring: #url: jdbc:mysql://192.168.3.24:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true #url: jdbc:mysql://192.168.1.24:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true #url: jdbc:mysql://47.242.184.139:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true - url: jdbc:mysql://192.168.3.9:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true + #东岸数据库虚拟机 + #url: jdbc:mysql://192.168.3.9:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true + #本地机器 #url: jdbc:mysql://127.0.0.1:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true + #公司 arm 机器 luban cat + url: jdbc:mysql://192.168.2.210:3306/appserver?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true driverClassName: com.mysql.cj.jdbc.Driver #com.mysql.cj.jdbc.Driver com.mysql.jdbc.Driver username: root password: Skyinno251, -# driverClassName: oracle.jdbc.driver.OracleDriver -# url: jdbc:oracle:thin:@192.168.3.9:1521/orcl -# username: appserver -# password: appserver jpa: database: mysql # 配置 DBMS 类型 show-sql: true # 配置是否将执行的 SQL 输出到日志