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.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							688 B
						
					
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							688 B
						
					
					
				spring:
 | 
						|
  application:
 | 
						|
    name: taoyuan
 | 
						|
  resources:
 | 
						|
    static-locations: classpath:/static/,classpath:/resources/
 | 
						|
  profiles:
 | 
						|
    active: pro
 | 
						|
  datasource:
 | 
						|
    type: com.alibaba.druid.pool.DruidDataSource
 | 
						|
    driver-class-name: com.mysql.cj.jdbc.Driver
 | 
						|
 | 
						|
mybatis:
 | 
						|
  mapper-locations: classpath:mapper/*.xml
 | 
						|
  config-location: classpath:mybatis-config.xml
 | 
						|
  type-aliases-package: com.hc.business.model
 | 
						|
 | 
						|
 | 
						|
wx:
 | 
						|
  miniapp:
 | 
						|
    configs:
 | 
						|
      - appid: wxa816de8562857f08
 | 
						|
        secret: 21ec317daf2d813b3ae4af03560309cf
 | 
						|
        token: XXX # 微信小程序消息服务器配置的token
 | 
						|
        aesKey: XXX # 微信小程序消息服务器配置的EncodingAESKey
 | 
						|
        msgDataFormat: JSON
 | 
						|
 | 
						|
 |