2020年3月26日
摘要:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
posted @ 2020-03-26 22:46
李俊互联网技术传播者
阅读(178)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
阅读全文
posted @ 2020-03-26 13:47
李俊互联网技术传播者
阅读(599)
推荐(1)
2020年3月17日
摘要:
<field name="item_keywords" type="text_ik" indexed="true" stored="false" multiValued="true"/> <copyField source="item_title" dest="item_keywords"/> <c
阅读全文
posted @ 2020-03-17 14:26
李俊互联网技术传播者
阅读(163)
推荐(0)
摘要:
<field name="item_goodsid" type="plong" indexed="true" stored="true"/> <field name="item_title" type="text_ik" indexed="true" stored="true"/> <field n
阅读全文
posted @ 2020-03-17 14:25
李俊互联网技术传播者
阅读(255)
推荐(0)
摘要:
<fieldType name="text_ik" class="solr.TextField"> <analyzer type="index" useSmart="false" class="org.wltea.analyzer.lucene.IKAnalyzer"/> <analyzer typ
阅读全文
posted @ 2020-03-17 14:24
李俊互联网技术传播者
阅读(146)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2020-03-17 08:06
李俊互联网技术传播者
阅读(137)
推荐(0)
2020年3月13日
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
posted @ 2020-03-13 14:24
李俊互联网技术传播者
阅读(120)
推荐(0)
2020年3月3日
摘要:
form-login属性详解form-login是spring security命名空间配置登录相关信息的标签,它包含如下属性:1. login-page 自定义登录页url,默认为/login2. login-processing-url 登录请求拦截的url,也就是form表单提交时指定的act
阅读全文
posted @ 2020-03-03 22:24
李俊互联网技术传播者
阅读(906)
推荐(0)
2020年3月1日
摘要:
<?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org
阅读全文
posted @ 2020-03-01 22:33
李俊互联网技术传播者
阅读(168)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:sc
阅读全文
posted @ 2020-03-01 22:24
李俊互联网技术传播者
阅读(158)
推荐(0)