| 接口 | 说明 |
|---|---|
| RpcController |
Mark this subclass is a spring web controller and with rpc(
LocalizedMethodArguments) trait |
| 类 | 说明 |
|---|---|
| BaseController |
Spring web base controller
|
| EnableJacksonDateConfigurer.ObjectMapperConfigurer | |
| JdbcTemplateWrapper |
Wrapped jdbc template.
|
| LocalizedMethodArgumentConfigurer |
Localized method argument configurer
|
| LocalizedMethodArgumentResolver |
Localized method parameter for spring web
org.springframework.stereotype.Controller methods. |
| RedisKeyRenewal |
Renew redis key ttl based spring redis template.
|
| RedisTemplateUtils |
Redis template utils
|
| ResourceScanner |
资源扫描文件,用法:
new ResourceScanner("/*.template").scan4text()
new ResourceScanner("/**∕tika*.xml").scan4text()
// findAllClassPathResources:“/*” 等同 “*”,“/”开头会被截取path.substring(1)
new ResourceScanner("*.xml").scan4bytes()
new ResourceScanner("/*.xml").scan4bytes()
new ResourceScanner("**∕*.xml").scan4bytes()
new ResourceScanner("/**∕*.xml").scan4bytes()
new ResourceScanner("log4j2.xml.template").scan4bytes()
new ResourceScanner("/log4j2.xml.template").scan4bytes()
new ResourceScanner("/cn/ponfee/commons/jce/*.class").scan4bytes()
new ResourceScanner("/cn/ponfee/commons/jce/**∕*.class").scan4bytes()
new ResourceScanner("/cn/ponfee/commons/base/**∕*.class").scan4class()
new ResourceScanner("/cn/ponfee/commons/**∕*.class").scan4class(null, new Class[] {Service.class})
new ResourceScanner("/cn/ponfee/commons/**∕*.class").scan4class(null, new Class[] {Component.class})
new ResourceScanner("/cn/ponfee/commons/**∕*.class").scan4class(new Class[]{Tuple.class}, null)
|
| RestTemplateUtils |
Spring rest template utility.
|
| RestTemplateUtils.HttpContextHolder | |
| SpringContextHolder |
Spring container context holder
|
| SpringUtils |
Spring utils
|
| TransactionUtils |
Spring transaction utility.
|
| YamlProperties |
Yaml properties
|
| YamlPropertySourceFactory |
Spring yaml properties source factory,
for help use annotation
PropertySource
{@code |
| 注释类型 | 说明 |
|---|---|
| EnableJacksonDateConfigurer |
Enable object mapper configurer
|
| LocalizedMethodArguments |
Localization method arguments annotation definition.
|
Copyright © 2023. All rights reserved.