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

io.github.dengchen2020.jpa.config.JpaAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 0.0.28
Show newest version
package io.github.dengchen2020.jpa.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

/**
 * jpa自动配置
 * @author dengchen
 * @since 2024/6/3
 */
@PropertySource("classpath:application-jpa.properties")
@Configuration(proxyBeanMethods = false)
public class JpaAutoConfiguration {



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy