From 2532581c3403033b546115a89c5a2c358e1ed89e Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 25 四月 2023 21:03:56 +0800 Subject: [PATCH] 1 --- src/main/resources/application-test.yml | 2 +- pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index ae5cf0a..ab56b01 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,12 @@ <profiles> <profile> + <id>test</id> + <properties> + <activatedProperties>test</activatedProperties> + </properties> + </profile> + <profile> <id>dev</id> <properties> <activatedProperties>dev</activatedProperties> diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 3158443..8d77835 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -5,7 +5,7 @@ driverClassName: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 username: root - password: Tam@root + password: mysql # 鍒濆杩炴帴鏁� initialSize: 10 # 鏈�灏忚繛鎺ユ睜鏁伴噺 -- Gitblit v1.9.3