This commit is contained in:
junshuai
2022-07-23 13:54:07 +08:00
parent 809c426b5a
commit 62548736a7
4912 changed files with 827659 additions and 38 deletions

View File

@@ -0,0 +1,40 @@
server:
port: 8084
servlet:
context-path: /wap
spring:
main:
allow-bean-definition-overriding: true
profiles:
include: common, ryx, ys
active: dev
datasource:
url:
username:
password:
driver-class-name: com.mysql.jdbc.Driver
# mvc:
# view:
# prefix: /WEB-INF/jsp/
# suffix: .jsp
# thymeleaf:
# mode: HTML
# encoding: UTF-8
# cache: false
# prefix: classpath:/templates/
# servlet:
# content-type: text/html
resources:
static-locations: classpath:/static
rabbitmq:
username:
password:
host:
port: 5672
jpush:
environment:
# 极光推送开发环境还是线上环境。暂未使用
develop: true