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
						
					
					
						
							581 B
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							581 B
						
					
					
				spring:
 | 
						|
  profiles: pro
 | 
						|
  datasource:
 | 
						|
    url: jdbc:mysql://172.17.0.6:3306/fenis-taoyuan-db?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowMultiQueries=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
 | 
						|
    username: fenis_taoyuan_12
 | 
						|
    password: taoyuan!@#123
 | 
						|
  redis:
 | 
						|
    host: 172.17.0.15:6379
 | 
						|
    database: 1
 | 
						|
    port: 6379
 | 
						|
    password: Redis!@#123
 | 
						|
    timeout: 2000
 | 
						|
    lettuce:
 | 
						|
      pool:
 | 
						|
        max-idle: 2000
 | 
						|
        max-active: 10
 | 
						|
        max-wait: -1ms
 | 
						|
        min-idle: 0
 | 
						|
 | 
						|
server:
 | 
						|
  port: 8080
 |