Files
cms/src/main/resources/application-dev.yml

42 lines
802 B
YAML

#开发环境配置文件
server:
servlet:
context-path: /cms
session:
timeout: 1440s
port: 8080
serverproperties:
port_num: 8080
filePath: /
remoteproperties:
ip: 104.223.24.81
port: 26460
user: root
password: 27894869root
path: /www/wwwroot/cmsftp
spring:
thymeleaf:
prefix: classpath:/templates/
cache: false
check-template: true
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/db_imis2?useUnicode=true&characterEncoding=utf-8&useSSL=true
username: imis2
password: 2015imis2
jpa:
hibernate:
ddl-auto: update
show-sql: true
servlet:
multipart:
max-file-size: 100Mb
max-request-size: 100Mb
#resources:
# static-locations: classpath:/templates/
debug: true