类 SimpleCustomDatabaseConfiguration
java.lang.Object
com.wu.framework.inner.database.config.mapper.SimpleCustomDatabaseConfiguration
- 所有已实现的接口:
ICustomDatabaseConfiguration,org.springframework.beans.factory.InitializingBean
@Configurable(value="simpleCustomDatabaseConfiguration",
autowire=BY_NAME)
@ConfigurationProperties(prefix="spring.wu.database")
@Configuration("simpleCustomDatabaseConfiguration")
@ConditionalOnProperty(prefix="spring.wu.dynamic.database",
value="enable",
havingValue="false",
matchIfMissing=true)
public class SimpleCustomDatabaseConfiguration
extends Object
implements ICustomDatabaseConfiguration, org.springframework.beans.factory.InitializingBean
- 版本:
- 1.0 describe : 数据库连接配置
- 作者:
- : Jia wei Wu
-
嵌套类概要
从接口继承的嵌套类/接口 com.wu.framework.inner.database.config.ICustomDatabaseConfiguration
ICustomDatabaseConfiguration.DDLAuto -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.wu.framework.inner.database.config.ICustomDatabaseConfiguration
getDdlAuto, getDriver, getPassword, getUrl, getUsername
-
构造器详细资料
-
SimpleCustomDatabaseConfiguration
public SimpleCustomDatabaseConfiguration()
-
-
方法详细资料
-
afterPropertiesSet
- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 抛出:
Exception
-