@ConfigurationProperties(prefix="mybatis.reload") public class MybatisReloadProperties extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private boolean |
active |
private String[] |
mapperLocations |
private static org.springframework.core.io.support.ResourcePatternResolver |
resourceResolver |
| 构造器和说明 |
|---|
MybatisReloadProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getMapperLocations() |
private org.springframework.core.io.Resource[] |
getResources(String location) |
boolean |
isActive() |
org.springframework.core.io.Resource[] |
resolveMapperLocations() |
void |
setActive(boolean active) |
void |
setMapperLocations(String[] mapperLocations) |
private String[] mapperLocations
private boolean active
private static final org.springframework.core.io.support.ResourcePatternResolver resourceResolver
public org.springframework.core.io.Resource[] resolveMapperLocations()
private org.springframework.core.io.Resource[] getResources(String location)
public String[] getMapperLocations()
public void setMapperLocations(String[] mapperLocations)
public boolean isActive()
public void setActive(boolean active)
Copyright © 2024. All rights reserved.