https://github.com/treetips/kotlin-spring-boot-replication-driver-example
Controlling connection by a replication driver
https://github.com/treetips/kotlin-spring-boot-replication-driver-example
Last synced: 11 months ago
JSON representation
Controlling connection by a replication driver
- Host: GitHub
- URL: https://github.com/treetips/kotlin-spring-boot-replication-driver-example
- Owner: treetips
- Created: 2019-02-09T15:21:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T15:53:43.000Z (almost 7 years ago)
- Last Synced: 2024-12-31T06:40:48.980Z (about 1 year ago)
- Language: Kotlin
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kotlin-spring-boot-replication-driver-example
## Features
* kotlin v1.3
* Gradle v5.1
* Java v8
* Spring boot v2.1
* JdbcTemplate
* MySQL v8 (2 instance)
* Docker
* Annotation base controller
## Usage
### Start docker daemon
Require starting docker daemon.
### Start docker-compose
```bash
cd ${PROJECT_ROOT}
docker-compose up -d
```
Start to `MySQL-server v8` x 2 instance