org.anyboot.config.db.impl.postgresql.SQLCreaterImpl Maven / Gradle / Ivy
package org.anyboot.config.db.impl.postgresql;
import org.springframework.stereotype.Repository;
@Repository("anyboot.jdbc.creater.postgresql")
public class SQLCreaterImpl extends org.anyline.config.db.impl.postgresql.SQLCreaterImpl{
}