|
@@ -1,14 +1,14 @@
|
|
server:
|
|
server:
|
|
- port: 8099
|
|
|
|
|
|
+ port: 8097
|
|
spring:
|
|
spring:
|
|
application:
|
|
application:
|
|
name: huimv-eartag2-manage2
|
|
name: huimv-eartag2-manage2
|
|
|
|
|
|
datasource:
|
|
datasource:
|
|
# url: jdbc:mysql://10.0.0.77:3309/huimv-demo-eartag20?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
# url: jdbc:mysql://10.0.0.77:3309/huimv-demo-eartag20?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
- url: jdbc:mysql://127.0.0.1:3309/huimv-demo-eartag20?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&serverTimezone=Asia/Shanghai
|
|
|
|
|
|
+ url: jdbc:mysql://rm-bp1lz0c6l2tcmrp21xo.mysql.rds.aliyuncs.com/nhxm_earcon
|
|
username: root
|
|
username: root
|
|
- password: eartag@2022
|
|
|
|
|
|
+ password: NHxm213213
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
jpa:
|
|
jpa:
|
|
show-sql: false
|
|
show-sql: false
|
|
@@ -22,8 +22,8 @@ spring:
|
|
host: 127.0.0.1
|
|
host: 127.0.0.1
|
|
# host: 10.0.0.14
|
|
# host: 10.0.0.14
|
|
port: 5672
|
|
port: 5672
|
|
- username: admin
|
|
|
|
- password: admin
|
|
|
|
|
|
+ username: guest
|
|
|
|
+ password: guest
|
|
#虚拟host 可以不设置,使用server默认host
|
|
#虚拟host 可以不设置,使用server默认host
|
|
virtual-host: /
|
|
virtual-host: /
|
|
listener:
|
|
listener:
|
|
@@ -48,6 +48,6 @@ spring:
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
configuration:
|
|
configuration:
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
-# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
|
|
|
+ log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
# mapper.xml文件所存放的位置
|
|
# mapper.xml文件所存放的位置
|
|
mapper-locations: classpath*:com/huimv/eartag2/manage2/mapper/xml/*.xml # 不加这一行出错:“org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)”
|
|
mapper-locations: classpath*:com/huimv/eartag2/manage2/mapper/xml/*.xml # 不加这一行出错:“org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)”
|