Files
novel-plus/novel-front/src/main/resources/application.yml
2020-05-11 18:28:07 +08:00

30 lines
431 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 8080
spring:
profiles:
active: dev
include: alipay
jwt:
secret: novel!#20191230
expiration: 604800
#缓存管理密码
cache:
manager:
password: novel@2020117
# 防止XSS攻击
xss:
# 过滤开关
enabled: true
# 排除链接多个用逗号分隔
excludes: /system/notice/*
# 匹配链接 多个用逗号分隔
urlPatterns: /book/addBookComment,/user/addFeedBack