Skip to content

Commit

Permalink
🎉 spring-boot-demo-sharding-jdbc 初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Jan 23, 2019
1 parent adaa050 commit 1013970
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
* <p>
* 启动器
* </p>
*
* @package: com.xkcoding.sharding.jdbc
* @description: 启动器
* @author: yangkai.shen
* @date: Created in 2019-01-23 22:05
* @copyright: Copyright (c) 2019
* @version: V1.0
* @modified: yangkai.shen
*/
@SpringBootApplication
public class SpringBootDemoShardingJdbcApplication {

Expand Down

0 comments on commit 1013970

Please sign in to comment.