https://github.com/daggerok/sql-with-kotlin
This repository demonstrates one of many options to work in kotlin with MySQL: Spring Boot, Testcontainers, MySQL, Exposed
https://github.com/daggerok/sql-with-kotlin
exposed github-actions kotlin maven mysql spring-boot testcontainers
Last synced: 7 months ago
JSON representation
This repository demonstrates one of many options to work in kotlin with MySQL: Spring Boot, Testcontainers, MySQL, Exposed
- Host: GitHub
- URL: https://github.com/daggerok/sql-with-kotlin
- Owner: daggerok
- Created: 2022-06-01T19:38:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T20:04:02.000Z (over 3 years ago)
- Last Synced: 2025-01-10T00:41:42.233Z (9 months ago)
- Topics: exposed, github-actions, kotlin, maven, mysql, spring-boot, testcontainers
- Language: Kotlin
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sql-with-kotlin [](https://github.com/daggerok/sql-with-kotlin/actions/workflows/tests.yml)
This repository demonstrates one of many options to work in kotlin with MySQL: Spring Boot, Testcontainers, MySQL, Exposed```bash
./mvnw
```### Reference Documentation
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.7.0/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.7.0/maven-plugin/reference/html/#build-image)
* [Testcontainers](https://www.testcontainers.org/)
* [Spring Configuration Processor](https://docs.spring.io/spring-boot/docs/2.7.0/reference/htmlsingle/#appendix.configuration-metadata.annotation-processor)