License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data Doma ORM |
GroupId | GroupIdorg.seasar.doma.boot |
ArtifactId | ArtifactIddoma-spring-boot-sample-two-datasource |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondoma-spring-boot-sample-two-datasource
Demo project for Spring Boot
|
<!-- https://jarcasting.com/artifacts/org.seasar.doma.boot/doma-spring-boot-sample-two-datasource/ -->
<dependency>
<groupId>org.seasar.doma.boot</groupId>
<artifactId>doma-spring-boot-sample-two-datasource</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seasar.doma.boot/doma-spring-boot-sample-two-datasource/
implementation 'org.seasar.doma.boot:doma-spring-boot-sample-two-datasource:1.6.0'
// https://jarcasting.com/artifacts/org.seasar.doma.boot/doma-spring-boot-sample-two-datasource/
implementation ("org.seasar.doma.boot:doma-spring-boot-sample-two-datasource:1.6.0")
'org.seasar.doma.boot:doma-spring-boot-sample-two-datasource:jar:1.6.0'
<dependency org="org.seasar.doma.boot" name="doma-spring-boot-sample-two-datasource" rev="1.6.0">
<artifact name="doma-spring-boot-sample-two-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seasar.doma.boot', module='doma-spring-boot-sample-two-datasource', version='1.6.0')
)
libraryDependencies += "org.seasar.doma.boot" % "doma-spring-boot-sample-two-datasource" % "1.6.0"
[org.seasar.doma.boot/doma-spring-boot-sample-two-datasource "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.seasar.doma : doma-processor Optional | jar | 2.50.0 |
org.seasar.doma.boot : doma-spring-boot-starter | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |