|
@@ -19,15 +19,15 @@ spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/reso
|
|
# 数据源配置
|
|
# 数据源配置
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
# 云模服务器对应的数据库
|
|
# 云模服务器对应的数据库
|
|
-spring.datasource.url=jdbc:mysql://118.190.47.230:3306/cloud_mould?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
-spring.datasource.username=root
|
|
|
|
-spring.datasource.password=p011430seya1026
|
|
|
|
-# 我们测试的自己服务器数据库
|
|
|
|
-#spring.datasource.url=jdbc:mysql://127.0.0.1:3306/cloud_model_website?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
|
|
+#spring.datasource.url=jdbc:mysql://118.190.47.230:3306/cloud_mould?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
#spring.datasource.username=root
|
|
#spring.datasource.username=root
|
|
-#spring.datasource.password=Hssx2019.!
|
|
|
|
-#spring.datasource.druid.test-on-borrow=true
|
|
|
|
-#spring.datasource.druid.test-while-idle=true
|
|
|
|
|
|
+#spring.datasource.password=p011430seya1026
|
|
|
|
+# 我们测试的自己服务器数据库
|
|
|
|
+spring.datasource.url=jdbc:mysql://127.0.0.1:3306/cloud_model_website?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
|
|
|
|
+spring.datasource.username=root
|
|
|
|
+spring.datasource.password=Hssx2019.!
|
|
|
|
+spring.datasource.druid.test-on-borrow=true
|
|
|
|
+spring.datasource.druid.test-while-idle=true
|
|
# ####################################################################################################
|
|
# ####################################################################################################
|
|
# MyBatis 配置
|
|
# MyBatis 配置
|
|
mybatis.mapper-locations=mappers/*Mapper.xml
|
|
mybatis.mapper-locations=mappers/*Mapper.xml
|