Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
尹吉欢 committed Apr 23, 2019
1 parent eb5ae66 commit c520847
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
* 分库分表案例
* Spring Boot版 Sharding JDBC 分库分表案例
*
* @author yinjihuan
*
* @about http://cxytiandi.com/about
*/
@SpringBootApplication
public class ShardingDbTableApplication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;


/**
* 不分库,只分表+读写分离案例
* Spring Boot版 Sharding JDBC 不分库,只分表+读写分离案例
*
* @author yinjihuan
*
* @about http://cxytiandi.com/about
*/
@SpringBootApplication
public class ShardingTableReadWriteApplication {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
* 不分库,只分表案例
* Spring Boot版 Sharding JDBC 不分库,只分表案例
*
* @author yinjihuan
*
* @about http://cxytiandi.com/about
*/
@SpringBootApplication
public class ShardingTableApplication {
Expand Down

0 comments on commit c520847

Please sign in to comment.