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

com.yuweix.kuafu.boot.sharding.ShardingAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.yuweix.kuafu.boot.sharding;


import com.yuweix.kuafu.sharding.springboot.ShardingConf;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;


/**
 * @author yuwei
 */
@Configuration
@ConditionalOnProperty(name = "kuafu.boot.sharding.enabled")
@Import({ShardingConf.class})
public class ShardingAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy