配置文件更新
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
 | 
			
		||||
server.port=8080
 | 
			
		||||
spring.datasource.url=jdbc:sqlserver://152.136.182.168:1433;\
 | 
			
		||||
spring.datasource.url=jdbc:sqlserver://intpointer.com:1433;\
 | 
			
		||||
  databaseName=Elm;\
 | 
			
		||||
  encrypt=true;\
 | 
			
		||||
  trustServerCertificate=true;\
 | 
			
		||||
  loginTimeout=30;
 | 
			
		||||
spring.datasource.username=guest
 | 
			
		||||
spring.datasource.password=
 | 
			
		||||
spring.datasource.username=myh
 | 
			
		||||
spring.datasource.password=20231103#MS_Sql
 | 
			
		||||
spring.jpa.hibernate.ddl-auto=none
 | 
			
		||||
spring.jpa.show-sql=true
 | 
			
		||||
spring.jpa.properties.hibernate.format_sql=true
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
    <session-factory>
 | 
			
		||||
        <!-- 连接数据库的基本参数 -->
 | 
			
		||||
        <property name="hibernate.connection.driver_class">com.microsoft.sqlserver.jdbc.SQLServerDriver</property>
 | 
			
		||||
        <property name="hibernate.connection.url">jdbc:sqlserver://152.136.182.168:1433;\
 | 
			
		||||
        <property name="hibernate.connection.url">jdbc:sqlserver://intpointer.com:1433;\
 | 
			
		||||
            databaseName=Elm;\
 | 
			
		||||
            encrypt=true;\
 | 
			
		||||
            trustServerCertificate=true;\
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user