An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# sql-with-kotlin [![tests](https://github.com/daggerok/sql-with-kotlin/actions/workflows/tests.yml/badge.svg)](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)