mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 snailjob 客户端端口随主应用漂移端口
This commit is contained in:
		@@ -20,6 +20,8 @@ snail-job:
 | 
			
		||||
    port: 1788
 | 
			
		||||
  # 详见 script/sql/snail_job.sql `sj_namespace` 表
 | 
			
		||||
  namespace: ${spring.profiles.active}
 | 
			
		||||
  # 随主应用端口飘逸
 | 
			
		||||
  port: 2${server.port}
 | 
			
		||||
 | 
			
		||||
--- # 数据源配置
 | 
			
		||||
spring:
 | 
			
		||||
 
 | 
			
		||||
@@ -23,6 +23,8 @@ snail-job:
 | 
			
		||||
    port: 1788
 | 
			
		||||
  # 详见 script/sql/snail_job.sql `sj_namespace` 表
 | 
			
		||||
  namespace: ${spring.profiles.active}
 | 
			
		||||
  # 随主应用端口飘逸
 | 
			
		||||
  port: 2${server.port}
 | 
			
		||||
 | 
			
		||||
--- # 数据源配置
 | 
			
		||||
spring:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user