增加有关配置项
This commit is contained in:
		@@ -1 +1,11 @@
 | 
				
			|||||||
 | 
					server.port=8080
 | 
				
			||||||
 | 
					spring.datasource.url=jdbc:sqlserver://152.136.182.168:1433;databaseName=Elm;\
 | 
				
			||||||
 | 
					  encrypt=true;trustServerCertificate=true;loginTimeout=30;
 | 
				
			||||||
 | 
					spring.datasource.username=guest
 | 
				
			||||||
 | 
					spring.datasource.password=
 | 
				
			||||||
 | 
					spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
 | 
				
			||||||
 | 
					spring.jpa.hibernate.ddl-auto=none
 | 
				
			||||||
 | 
					spring.jpa.show-sql=true
 | 
				
			||||||
 | 
					spring.jpa.properties.hibernate.format_sql=true
 | 
				
			||||||
 | 
					spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServerDialect
 | 
				
			||||||
 | 
					spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 | 
				
			||||||
		Reference in New Issue
	
	Block a user