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.
		
		
		
		
		
			
		
			
				
					
					
						
							43 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							1.1 KiB
						
					
					
				# http://javaapi.56go.wang:8072/jxjy-web-0.0.1-SNAPSHOT/swagger-ui.html
 | 
						|
spring:
 | 
						|
  application:
 | 
						|
    name: jxjy-education
 | 
						|
  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
 | 
						|
 | 
						|
swagger:
 | 
						|
  enabled: true
 | 
						|
hc:
 | 
						|
  pay:
 | 
						|
    wx-pay:
 | 
						|
      appid: wx1187b1d52cbc81a6
 | 
						|
      mch_id: 1383216702
 | 
						|
      sign_key: 138321670213832167021383216702GP
 | 
						|
      trade_type: MWEB
 | 
						|
 | 
						|
rong:
 | 
						|
  TEMPLATE_ID: dbVeHPNx41jaeiyhFNBaZX
 | 
						|
  REGION: 86
 | 
						|
  SEND_CODE_URL: http://api.sms.ronghub.com/sendCode.json
 | 
						|
  APP_SECRIT: BEV264hUatgD
 | 
						|
  APP_KEY: mgb7ka1nmddyg
 | 
						|
  VERIF_CODE_URL: http://api.sms.ronghub.com/verifyCode.json
 | 
						|
 | 
						|
setting:
 | 
						|
  #  #win上传文件的路径
 | 
						|
  # uploadPath: d:/javaFile/upload/
 | 
						|
  # downloadPath: d:/javaFile/download/
 | 
						|
  downloadPath: /opt/jxjy-new/nginx-root/file/
 | 
						|
  uploadPath: /opt/jxjy-new/nginx-root/file/
 | 
						|
 |