fix: lucene只能在application文件中
This commit is contained in:
@@ -27,5 +27,4 @@ nl:
|
||||
password: 123
|
||||
database: 马钢_RH
|
||||
logging-path: C:\log\wms
|
||||
lucene-path: D:\lucene\index
|
||||
dynamic-log-path: C:\log\lms
|
||||
|
||||
@@ -27,5 +27,4 @@ nl:
|
||||
password: 123
|
||||
database: 马钢_RH
|
||||
logging-path: C:\log\wms
|
||||
lucene-path: D:\lucene\index
|
||||
dynamic-log-path: C:\log\lms
|
||||
|
||||
@@ -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名称)
|
||||
|
||||
Reference in New Issue
Block a user