mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	wip: SQLServer数据库更新, 代码生成注释乱码
This commit is contained in:
		@@ -46,16 +46,16 @@ spring:
 | 
			
		||||
      primary: master
 | 
			
		||||
      datasource:
 | 
			
		||||
        master:
 | 
			
		||||
          url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
 | 
			
		||||
#          url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例
 | 
			
		||||
#          url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT # MySQL Connector/J 5.X 连接的示例
 | 
			
		||||
#          url: jdbc:postgresql://127.0.0.1:5432/ruoyi-vue-pro?useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true # PostgreSQL 连接的示例
 | 
			
		||||
#          url: jdbc:oracle:thin:@//127.0.0.1:1521/XEPDB1 # Oracle 连接的示例
 | 
			
		||||
#          url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=ruoyi-vue-pro # SQLServer 连接的示例
 | 
			
		||||
          url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=ruoyi-vue-pro;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true;useUnicode=true;characterEncoding=utf-8 # SQLServer 连接的示例
 | 
			
		||||
#          url: jdbc:dm://10.211.55.4:5236?schema=RUOYI_VUE_PRO # DM 连接的示例
 | 
			
		||||
          username: root
 | 
			
		||||
          password: 123456
 | 
			
		||||
#          username: sa       # SQLServer 连接的示例
 | 
			
		||||
#          password: Yudao@24 # SQLServer 连接的示例
 | 
			
		||||
#          username: root
 | 
			
		||||
#          password: 123456
 | 
			
		||||
          username: sa       # SQLServer 连接的示例
 | 
			
		||||
          password: Yudao@2024 # SQLServer 连接的示例
 | 
			
		||||
#          username: SYSDBA # DM 连接的示例
 | 
			
		||||
#          password: SYSDBA # DM 连接的示例
 | 
			
		||||
        slave: # 模拟从库,可根据自己需要修改
 | 
			
		||||
@@ -66,10 +66,10 @@ spring:
 | 
			
		||||
#          url: jdbc:oracle:thin:@//127.0.0.1:1521/XEPDB1 # Oracle 连接的示例
 | 
			
		||||
#          url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=ruoyi-vue-pro # SQLServer 连接的示例
 | 
			
		||||
#          url: jdbc:dm://10.211.55.4:5236?schema=RUOYI_VUE_PRO # DM 连接的示例
 | 
			
		||||
          username: root
 | 
			
		||||
          password: 123456
 | 
			
		||||
         # username: sa       # SQLServer 连接的示例
 | 
			
		||||
         # password: Yudao@24 # SQLServer 连接的示例
 | 
			
		||||
#          username: root
 | 
			
		||||
#          password: 123456
 | 
			
		||||
          username: sa       # SQLServer 连接的示例
 | 
			
		||||
          password: Yudao@2024 # SQLServer 连接的示例
 | 
			
		||||
         # username: SYSDBA # DM 连接的示例
 | 
			
		||||
         # password: SYSDBA # DM 连接的示例
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user