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

This commit is contained in:
ycl
2024-08-07 11:29:06 +08:00
parent 240b7c29ff
commit 65365ec4f3

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
spring.datasource.username=${DB_USER:hande_test_user}