diff --git a/README.md b/README.md index 511c0c2..ba70e08 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ doma.exception-sql-log-type= # Type of SQL log in the exception. (RAW, FORMATTED org.seasar.doma.boot doma-spring-boot-starter - 1.2.1 + 1.3.0 ``` @@ -58,13 +58,40 @@ Enter and select "Web", "JDBC" and "H2" in「Search for dependencies」. Then click 「Generate Project」 and `demo.zip` will be downloaded. Extract the zip and import the Maven project into IDE. In this tutorial we will use IntelliJ IDEA. In case of IDEA, only you have to do is just open `pom.xml`. -Add the following dependency to `pom.xml` so that we can use Doma with Spring Boot. +Add the following dependencies to `pom.xml` so that we can use Doma with Spring Boot. ``` xml org.seasar.doma.boot doma-spring-boot-starter - 1.2.1 + 1.3.0 + + + org.seasar.doma + doma-processor + 2.30.0 + provided + +``` + +If you use Doma 2.29.0 or lower, the dependencies are as follows. + +```xml + + org.seasar.doma.boot + doma-spring-boot-starter + 1.3.0 + + + org.seasar.doma + doma-core + + + + + org.seasar.doma + doma + 2.29.0 ``` diff --git a/doma-spring-boot-autoconfigure/pom.xml b/doma-spring-boot-autoconfigure/pom.xml index 9f8474a..7f60ca5 100644 --- a/doma-spring-boot-autoconfigure/pom.xml +++ b/doma-spring-boot-autoconfigure/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot - 1.3.0-SNAPSHOT + 1.3.0 ../pom.xml diff --git a/doma-spring-boot-core/pom.xml b/doma-spring-boot-core/pom.xml index bc21a25..9d78a06 100644 --- a/doma-spring-boot-core/pom.xml +++ b/doma-spring-boot-core/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot - 1.3.0-SNAPSHOT + 1.3.0 ../pom.xml diff --git a/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml b/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml index bcb57c2..c9275d7 100644 --- a/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml +++ b/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot-samples - 1.3.0-SNAPSHOT + 1.3.0 ../pom.xml diff --git a/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml b/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml index 98c107a..402b8ad 100644 --- a/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml +++ b/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot-samples - 1.3.0-SNAPSHOT + 1.3.0 ../pom.xml diff --git a/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml b/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml index bbd5e91..efdcd6c 100644 --- a/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml +++ b/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot-samples - 1.3.0-SNAPSHOT + 1.3.0 ../pom.xml diff --git a/doma-spring-boot-samples/pom.xml b/doma-spring-boot-samples/pom.xml index 24f13ed..56df6f2 100644 --- a/doma-spring-boot-samples/pom.xml +++ b/doma-spring-boot-samples/pom.xml @@ -5,7 +5,7 @@ doma-spring-boot org.seasar.doma.boot - 1.3.0-SNAPSHOT + 1.3.0 pom 4.0.0 diff --git a/doma-spring-boot-starter/pom.xml b/doma-spring-boot-starter/pom.xml index 835c519..6f5c549 100644 --- a/doma-spring-boot-starter/pom.xml +++ b/doma-spring-boot-starter/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot - 1.3.0-SNAPSHOT + 1.3.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 5eef0ae..b16239c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seasar.doma.boot doma-spring-boot - 1.3.0-SNAPSHOT + 1.3.0 pom doma-spring-boot