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