|
@@ -1,7 +1,9 @@
|
1
|
-server.port=8081
|
|
|
2
|
-spring.datasource.url=jdbc:mysql://192.168.2.130:3306/ceshi?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
3
|
-spring.datasource.username=root
|
|
|
4
|
-spring.datasource.password=123456
|
|
|
5
|
-spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
6
|
-spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
|
|
|
7
|
-spring.jpa.open-in-view=false
|
|
|
|
|
1
|
+#server.port=8081
|
|
|
2
|
+#spring.datasource.url=jdbc:mysql://192.168.2.130:3306/ceshi?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
3
|
+#spring.datasource.username=root
|
|
|
4
|
+#spring.datasource.password=123456
|
|
|
5
|
+#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
6
|
+#spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
|
|
|
7
|
+#spring.jpa.open-in-view=false
|
|
|
8
|
+spring.profiles.active=dev
|
|
|
9
|
+#semsx.userName=zhang
|