|
|
@ -2,7 +2,9 @@ server: |
|
|
|
tomcat: |
|
|
|
relaxed-query-chars: [ '|','{','}','[',']' ] #字符问题:https://blog.csdn.net/CanYue_Yi/article/details/109182577 |
|
|
|
relaxed-path-chars: [ '|','{','}','[',']' ] #字符问题: https://blog.csdn.net/weixin_41996632/article/details/90715118 |
|
|
|
|
|
|
|
lucene: |
|
|
|
index: |
|
|
|
path: D:\lucene\index |
|
|
|
spring: |
|
|
|
profiles: |
|
|
|
active: dev |
|
|
@ -221,9 +223,6 @@ mybatis-plus: |
|
|
|
db-config: |
|
|
|
id-type: INPUT |
|
|
|
banner: false |
|
|
|
lucene: |
|
|
|
index: |
|
|
|
path: ${nl.config.lucene-path} |
|
|
|
# Sa-Token配置 |
|
|
|
sa-token: |
|
|
|
# token 名称 (同时也是cookie名称) |
|
|
|