add ik analyzer
parent
a7e358bc14
commit
0e80270f0a
|
@ -3,6 +3,5 @@
|
|||
<properties>
|
||||
<comment>IK Analyzer 扩展配置</comment>
|
||||
<!--用户可以在这里配置远程扩展字典 -->
|
||||
<entry key="remote_ext_dict">http://api.base.test.com/load-customwords?secret_key=secret_value</entry>
|
||||
<entry key="remote_ext_dict">https://admin-api.pickmall.cn/manager/custom-words?secretKey=111</entry>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -2,12 +2,6 @@
|
|||
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||||
<properties>
|
||||
<comment>IK Analyzer 扩展配置</comment>
|
||||
<!--用户可以在这里配置自己的扩展字典 -->
|
||||
<entry key="ext_dict"></entry>
|
||||
<!--用户可以在这里配置自己的扩展停止词字典-->
|
||||
<entry key="ext_stopwords"></entry>
|
||||
<!--用户可以在这里配置远程扩展字典 -->
|
||||
<!-- <entry key="remote_ext_dict">words_location</entry> -->
|
||||
<!--用户可以在这里配置远程扩展停止词字典-->
|
||||
<!-- <entry key="remote_ext_stopwords">words_location</entry> -->
|
||||
<entry key="remote_ext_dict">https://admin-api.pickmall.cn/manager/custom-words?secretKey=111</entry>
|
||||
</properties>
|
||||
|
|
|
@ -53776,6 +53776,7 @@ INSERT INTO `li_setting` VALUES ('SMS_SETTING', 'admin', '2021-01-23 02:18:03.29
|
|||
INSERT INTO `li_setting` VALUES ('WECHAT_CONNECT', 'admin', '2021-03-02 09:17:10.000000', b'0', 'admin', '2021-03-05 02:26:43.348000', '{\"wechatConnectSettingItems\":[{\"clientType\":\"PC\",\"appId\":\"\",\"appSecret\":\"\"},{\"clientType\":\"H5\",\"appId\":\"\",\"appSecret\":\"\"},{\"clientType\":\"WECHAT_MP\",\"appId\":\"\",\"appSecret\":\"\"}]}');
|
||||
INSERT INTO `li_setting` VALUES ('WECHAT_PAYMENT', 'admin', '2021-02-27 07:18:13.767000', b'0', 'admin', '2021-04-27 16:09:19.724000', '{\"appId\":\"\",\"mchId\":\"\",\"apiclient_key\":\"\",\"apiclient_cert_pem\":\"\",\"apiclient_cert_p12\":\"\",\"serialNumber\":\"\",\"apiKey3\":\"\"}');
|
||||
INSERT INTO `li_setting` VALUES ('WITHDRAWAL_SETTING', 'admin', '2021-02-21 09:34:41.153000', b'0', 'admin', '2021-02-26 08:54:01.267000', '{\"apply\":true}');
|
||||
INSERT INTO `li_setting` (`id`, `create_by`, `create_time`, `delete_flag`, `update_by`, `update_time`, `setting_value`) VALUES ('ES_SIGN', 'admin', '2021-01-22 02:56:44.099000', b'0', 'admin', '2021-01-22 02:56:44.099000', '{\"secretKey\":\"111\"}');
|
||||
COMMIT;
|
||||
|
||||
-- ----------------------------
|
||||
|
|
Loading…
Reference in New Issue