2020年1月3日
摘要:
<?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:sch
阅读全文
posted @ 2020-01-03 07:53
李俊互联网技术传播者
阅读(364)
推荐(0)
2020年1月2日
摘要:
package cn.lijun.core.util; import com.aliyuncs.DefaultAcsClient;import com.aliyuncs.IAcsClient;import com.aliyuncs.dysmsapi.model.v20170525.SendSmsRe
阅读全文
posted @ 2020-01-02 09:52
李俊互联网技术传播者
阅读(319)
推荐(0)
2019年12月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 @ 2019-12-26 13:24
李俊互联网技术传播者
阅读(137)
推荐(0)
摘要:
<dependencies> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-solr</artifactId> <version>1.5.5.RELEASE</version> </d
阅读全文
posted @ 2019-12-26 13:23
李俊互联网技术传播者
阅读(118)
推荐(0)
摘要:
<field name="item_goodsid" type="long" indexed="true" stored="true"/> <field name="item_title" type="text_ik" indexed="true" stored="true"/> <field na
阅读全文
posted @ 2019-12-26 13:17
李俊互联网技术传播者
阅读(231)
推荐(0)
摘要:
<!--product--> <field name="product_name" type="text_ik" indexed="true" stored="true"/> <field name="product_price" type="float" indexed="true" stored
阅读全文
posted @ 2019-12-26 10:09
李俊互联网技术传播者
阅读(138)
推荐(0)
2019年12月24日
摘要:
<?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 @ 2019-12-24 13:19
李俊互联网技术传播者
阅读(146)
推荐(0)
2019年12月20日
摘要:
# connect timeout in seconds# default value is 30sconnect_timeout=30 # network timeout in seconds# default value is 30snetwork_timeout=60 # the base p
阅读全文
posted @ 2019-12-20 13:37
李俊互联网技术传播者
阅读(455)
推荐(0)
2019年12月18日
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/
阅读全文
posted @ 2019-12-18 13:28
李俊互联网技术传播者
阅读(178)
推荐(0)
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/
阅读全文
posted @ 2019-12-18 13:23
李俊互联网技术传播者
阅读(128)
推荐(0)