配置修改

master
youhang20021127 2 weeks ago
parent 0b216cc4a9
commit 35e8d41a6f
  1. 6
      src/main/resources/application-local.yml
  2. 6
      src/main/resources/application.yml

@ -9,7 +9,7 @@ spring:
max-file-size: 10MB
max-request-size: 10MB
neo4j:
uri: bolt://10.121.12.242:7687
uri: bolt://182.92.169.222:7687
authentication:
username: neo4j # 连接Neo4j数据P库的用户名
password: neo4j123456 # 连接Neo4j数据库的密码
@ -18,9 +18,9 @@ spring:
matching-strategy: ant_path_matcher
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://10.121.12.242:3306/teaching_db2
url: jdbc:mysql://182.92.169.222:3306/teaching_db2
username: root
password: root
password: ycwl2022.
mybatis:
configuration:

@ -9,7 +9,7 @@ spring:
max-file-size: 10MB
max-request-size: 10MB
neo4j:
uri: bolt://10.121.12.242:7687
uri: bolt://182.92.169.222:7687
authentication:
username: neo4j # 连接Neo4j数据库的用户名
password: neo4j123456 # 连接Neo4j数据库的密码
@ -21,9 +21,9 @@ spring:
# url: jdbc:mysql://127.0.0.1:3306/teaching_db
# username: root
# password: root
url: jdbc:mysql://10.121.12.242:3306/teaching_db2
url: jdbc:mysql://182.92.169.222:3306/teaching_db
username: root
password: root
password: ycwl2022.
mybatis:
configuration:
map-underscore-to-camel-case: true

Loading…
Cancel
Save