9 lines
350 B
XML
9 lines
350 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
|
||
|
<properties>
|
||
|
<comment>IK Analyzer 扩展配置</comment>
|
||
|
<!--用户可以在这里配置远程扩展字典 -->
|
||
|
<entry key="remote_ext_dict">http://api.base.test.com/load-customwords?secret_key=secret_value</entry>
|
||
|
</properties>
|
||
|
|