更新 template/entrance/web/src/main/resources/#application-local.properties

This commit is contained in:
ycl
2024-08-07 11:28:24 +08:00
parent c832d116a5
commit 240b7c29ff

View File

@@ -5,7 +5,7 @@ server.forward-headers-strategy=framework
cross.domain.headers=
#spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration
base.package=com.hande
base.package={{.groupId}}
# datasource
spring.datasource.url=jdbc:mysql://${DB_HOST:10.0.2.201:3306}/${DB_DATABASE:hande_test}?characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false
spring.datasource.username=${DB_USER:hande_test_user}