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

https://github.com/domaframework/doma-spring-boot

Spring Boot Support for Doma
https://github.com/domaframework/doma-spring-boot

doma spring-boot

Last synced: about 2 months ago
JSON representation

Spring Boot Support for Doma

Awesome Lists containing this project

README

          

# doma-spring-boot

Spring Boot Support for [Doma](https://github.com/domaframework/doma)

[![Java CI with Maven](https://github.com/domaframework/doma-spring-boot/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/domaframework/doma-spring-boot/actions?query=workflow%3A%22Java+CI+with+Maven%22)

## Document

[GitHub Wiki](https://github.com/domaframework/doma-spring-boot/wiki)

## Issue Tracking

[GitHub Issues](https://github.com/domaframework/doma-spring-boot/issues)

## Maven dependency

``` xml

org.seasar.doma.boot
doma-spring-boot-starter
3.0.0

org.seasar.doma
doma-processor
3.11.1
true

```

Add the following repository to use snapshots.

``` xml

sonatype-snapshots
Sonatype Snapshots
https://oss.sonatype.org/content/repositories/snapshots

true

```

## Requirements

- Java 17+
- Doma 3.x+
- Spring Boot 4.x+

## License

Licensed under the Apache License, Version 2.0.