1 Star 0 Fork 2.8K

redsnower / pig-config

forked from 小小高 / pig-config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pig-auth-dev.yml 938 Bytes
一键复制 编辑 原始数据 按行查看 历史
server:
port: 3000
# datasoure默认使用JDBC
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
username: root
password: admin
url: jdbc:mysql://127.0.0.1:3306/pig?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
freemarker:
allow-request-override: false
allow-session-override: false
cache: true
charset: UTF-8
check-template-location: true
content-type: text/html
enabled: true
expose-request-attributes: false
expose-session-attributes: false
expose-spring-macro-helpers: true
prefer-file-system-access: true
suffix: .ftl
template-loader-path: classpath:/templates/
ignore:
urls:
- /authentication/**
- /**/*.css
- /social
- /signin
- /signup
- /info
- /health
- /metrics/**
- /loggers/**
- /mobile/token
1
https://gitee.com/lvjianliang/pig-config.git
git@gitee.com:lvjianliang/pig-config.git
lvjianliang
pig-config
pig-config
master

搜索帮助