You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							625 B
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							625 B
						
					
					
				spring:
 | 
						|
  profiles: pro
 | 
						|
  datasource:
 | 
						|
    url: jdbc:mysql://rm-m5e856330s821071w.mysql.rds.aliyuncs.com:3306/gp_union?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowMultiQueries=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
 | 
						|
    username: gp_union
 | 
						|
    password: gpUnion!123
 | 
						|
  redis:
 | 
						|
    host: r-bp1h7n8p0tcur9ilzy.redis.rds.aliyuncs.com
 | 
						|
    database: 3
 | 
						|
    port: 6379
 | 
						|
    password: vpc_rediS!123
 | 
						|
    timeout: 2000
 | 
						|
    lettuce:
 | 
						|
      pool:
 | 
						|
        max-idle: 2000
 | 
						|
        max-active: 10
 | 
						|
        max-wait: -1ms
 | 
						|
        min-idle: 0
 | 
						|
 | 
						|
server:
 | 
						|
  port: 8080
 |