配置文件格式化
This commit is contained in:
parent
959c4618b4
commit
c66a060470
2
pom.xml
2
pom.xml
@ -57,7 +57,7 @@
|
|||||||
<version>20.1.0</version>
|
<version>20.1.0</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
|
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
||||||
server.port=8080
|
server.port=8080
|
||||||
spring.datasource.url=jdbc:sqlserver://152.136.182.168:1433;databaseName=Elm;\
|
spring.datasource.url=jdbc:sqlserver://152.136.182.168:1433;\
|
||||||
encrypt=true;trustServerCertificate=true;loginTimeout=30;
|
databaseName=Elm;\
|
||||||
|
encrypt=true;\
|
||||||
|
trustServerCertificate=true;\
|
||||||
|
loginTimeout=30;
|
||||||
spring.datasource.username=guest
|
spring.datasource.username=guest
|
||||||
spring.datasource.password=
|
spring.datasource.password=
|
||||||
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
spring.jpa.properties.hibernate.format_sql=true
|
spring.jpa.properties.hibernate.format_sql=true
|
||||||
|
Loading…
Reference in New Issue
Block a user