Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/giftcard-kotlin-mysql
Axon GiftCard Kotlin MySQL apps
https://github.com/daggerok/giftcard-kotlin-mysql
axon axon-framework axon-server axonframework jpa jpa-hibernate kotlin mysql spring-boot spring-data-jpa spring-mvc
Last synced: about 1 month ago
JSON representation
Axon GiftCard Kotlin MySQL apps
- Host: GitHub
- URL: https://github.com/daggerok/giftcard-kotlin-mysql
- Owner: daggerok
- Created: 2022-07-10T22:09:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T23:09:04.000Z (over 2 years ago)
- Last Synced: 2024-11-11T15:40:00.539Z (3 months ago)
- Topics: axon, axon-framework, axon-server, axonframework, jpa, jpa-hibernate, kotlin, mysql, spring-boot, spring-data-jpa, spring-mvc
- Language: Kotlin
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GiftCard Kotlin MySQL apps [![Tests](https://github.com/daggerok/giftcard-kotlin-mysql/actions/workflows/00-tests.yml/badge.svg)](https://github.com/daggerok/giftcard-kotlin-mysql/actions/workflows/00-tests.yml)
Axon GiftCard Kotlin MySQL apps## Resources
* [Frans van Buul GitHub repozitory](https://github.com/fransvanbuul/webinar-20181213)
* [Axon server Docker image](https://hub.docker.com/r/axoniq/axonserver/tags?page=1&name=4.5.12)
* [Axon server spring-boot starter](https://mvnrepository.com/artifact/org.axonframework/axon-spring-boot-starter/4.5.12)### Reference Documentation
For further reference, please consider the following sections:
* [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.1/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.7.1/maven-plugin/reference/html/#build-image)
* [Testcontainers MySQL Module Reference Guide](https://www.testcontainers.org/modules/databases/mysql/)
* [Liquibase Migration](https://docs.spring.io/spring-boot/docs/2.7.1/reference/htmlsingle/#howto.data-initialization.migration-tool.liquibase)
* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/2.7.1/reference/htmlsingle/#data.sql.jpa-and-spring-data)
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.7.1/reference/htmlsingle/#web)
* [Testcontainers](https://www.testcontainers.org/)### Guides
The following guides illustrate how to use some features concretely:
* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/)