接口的使用
org.springframework.jdbc.datasource.embedded.ConnectionProperties
使用ConnectionProperties的程序包 程序包 说明 org.springframework.jdbc.datasource.embedded Provides extensible support for creating embedded database instances.org.springframework.jdbc.datasource.embedded中ConnectionProperties的使用
返回ConnectionProperties的org.springframework.jdbc.datasource.embedded中的方法 修饰符和类型 方法 说明 ConnectionPropertiesDataSourceFactory. getConnectionProperties()Get the connection properties of theDataSourceto be configured.参数类型为ConnectionProperties的org.springframework.jdbc.datasource.embedded中的方法 修饰符和类型 方法 说明 voidEmbeddedDatabaseConfigurer. configureConnectionProperties(ConnectionProperties properties, String databaseName)Configure the properties required to create and connect to the embedded database.