@ConfigurationProperties(prefix="spring.geoip") public class GeoIPProperties extends Object
| 构造器和说明 |
|---|
GeoIPProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAsnDbPath() |
String |
getDbPath() |
boolean |
getEnableCache() |
boolean |
isEnableCache() |
void |
setAsnDbPath(String asnDbPath) |
void |
setDbPath(String dbPath) |
void |
setEnableCache(boolean enableCache) |
public String getDbPath()
public void setDbPath(String dbPath)
public String getAsnDbPath()
public void setAsnDbPath(String asnDbPath)
public boolean isEnableCache()
public boolean getEnableCache()
public void setEnableCache(boolean enableCache)
Copyright © 2023 buession.com Inc.. All rights reserved.