| 接口 | 说明 |
|---|---|
| RpcController |
Mark this subclass is a spring web controller and with rpc(
LocalizedMethodArguments) trait |
| 类 | 说明 |
|---|---|
| BaseController |
Spring web base controller
|
| LocalizedMethodArgumentResolver |
Localized method parameter for spring web
org.springframework.stereotype.Controller methods. |
| RedisKeyRenewal |
Renew redis key ttl based spring redis template.
|
| ResourceScanner |
用法:
new ResourceScanner("∕**∕").scan4text("*.properties")
new ResourceScanner("∕**∕").scan4text("*.class");
new ResourceScanner("∕").scan4text("*.xml");
new ResourceScanner("∕**∕").scan4text("*.xml")
new ResourceScanner("code.ponfee").scan4class();
new ResourceScanner("code.ponfee").scan4class(new Class[] { Service.class });
new ResourceScanner(ClassUtils.getPackagePath(XXX.class)).scan4text("abc.txt");
资源扫描
|
| RestTemplateUtils |
Spring rest template utility.
|
| RestTemplateUtils.HttpContextHolder | |
| SpringContextHolder |
ContextLoaderListener的bean factory是DispatcherServlet的parent
spring上下文无法访问spring mvc上下文,但spring mvc上下文却能访问spring上下文,使用List
|
| TransactionUtils |
Spring transaction utility.
|
| YamlProperties |
Yaml properties
|
| YamlPropertySourceFactory |
Spring yaml properties source factory,
for help use annotation
org.springframework.context.annotation.PropertySource
{@code |
| 注释类型 | 说明 |
|---|---|
| LocalizedMethodArguments |
Localization method arguments annotation definition.
|
Copyright © 2023. All rights reserved.