Skip to content

Commit 1013970

Browse files
committed
🎉 spring-boot-demo-sharding-jdbc 初始化
1 parent adaa050 commit 1013970

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

spring-boot-demo-sharding-jdbc/src/main/java/com/xkcoding/sharding/jdbc/SpringBootDemoShardingJdbcApplication.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;
55

6+
/**
7+
* <p>
8+
* 启动器
9+
* </p>
10+
*
11+
* @package: com.xkcoding.sharding.jdbc
12+
* @description: 启动器
13+
* @author: yangkai.shen
14+
* @date: Created in 2019-01-23 22:05
15+
* @copyright: Copyright (c) 2019
16+
* @version: V1.0
17+
* @modified: yangkai.shen
18+
*/
619
@SpringBootApplication
720
public class SpringBootDemoShardingJdbcApplication {
821

0 commit comments

Comments
 (0)