add file
This commit is contained in:
40
pluss-wap-page/src/main/resources/application.yml
Normal file
40
pluss-wap-page/src/main/resources/application.yml
Normal 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
|
||||
Reference in New Issue
Block a user