Vendored
+9
-8
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"maven.executable.options": "-s D:\\Programs\\Dev\\maven\\conf\\settings-aliyun.xml",
|
"maven.executable.options": "-s D:\\Programs\\Dev\\maven\\conf\\settings-aliyun.xml",
|
||||||
"java.format.settings.url": ".vscode/java-formatter.xml",
|
"java.format.settings.url": ".vscode/java-formatter.xml",
|
||||||
"java.compile.nullAnalysis.mode": "automatic",
|
"java.compile.nullAnalysis.mode": "automatic",
|
||||||
"java.configuration.updateBuildConfiguration": "automatic",
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||||||
"[java]": {
|
"[java]": {
|
||||||
"editor.tabSize": 4
|
"editor.tabSize": 4
|
||||||
}
|
},
|
||||||
}
|
"maven.executable.path": "D:\\Programs\\Dev\\maven\\bin\\mvn.cmd"
|
||||||
|
}
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ spring:
|
|||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# 数据库连接信息
|
# 数据库连接信息
|
||||||
url: jdbc:mysql://10.0.0.3:3306/xiaoyishu?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
url: jdbc:mysql://127.0.0.1:3306/xiaoyishu?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||||
username: xiaoyi
|
username: ayi
|
||||||
password: Os0TpcErSh26nT4Nqqjgo2vwi3IaEglzj+brT2b7q0P4Dlhnv3OEQVUNpG/dYqvJZUCR2/IyfxQ4LnQIB7FcfQ==
|
password: Os0TpcErSh26nT4Nqqjgo2vwi3IaEglzj+brT2b7q0P4Dlhnv3OEQVUNpG/dYqvJZUCR2/IyfxQ4LnQIB7FcfQ==
|
||||||
druid: # Druid 连接池
|
druid: # Druid 连接池
|
||||||
initial-size: 5 # 初始化连接池大小
|
initial-size: 5 # 初始化连接池大小
|
||||||
|
|||||||
Reference in New Issue
Block a user