Commit 5ab9b5d8 authored by terrymanu's avatar terrymanu
Browse files

simplify quick start

parent 06060dfc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ Use sidecar to connect databases, best for Kubernetes or Mesos together.

### Configure sharding rule

Sharding-JDBC support 4 types for sharding rule configuration, they are Java, YAML, Spring namespace and Spring boot starter. Developers can choose any one for best suitable situation.
Sharding-JDBC support 4 types for sharding rule configuration, they are `Java`, `YAML`, `Spring namespace` and `Spring boot starter`. Developers can choose any one for best suitable situation.

### Create DataSource

@@ -107,7 +107,7 @@ DataSource dataSource = ShardingDataSourceFactory.createDataSource(dataSourceMap

### Configure sharding rule

Edit `${sharding-jdbc-server}\conf\sharding-config.yaml`. Same format with Sharding-JDBC-Driver's `yaml` configuration. 
Edit `${sharding-jdbc-server}\conf\sharding-config.yaml`. Same format with Sharding-JDBC-Driver's `YAML` configuration. 

### Start server