All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.boot.module.dbm.BootDataBaseConfig Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
package org.onetwo.boot.module.dbm;

import org.onetwo.dbm.mapping.DefaultDataBaseConfig;
import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties(prefix="dbm")
public class BootDataBaseConfig extends DefaultDataBaseConfig {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy