License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.mygreen.sqlmapper |
ArtifactId | ArtifactIdsqlmapper-spring-boot-autoconfigure |
Last Version | Last Version0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringBootのAutoConfigure機能を提供します。
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.github.mygreen.sqlmapper/sqlmapper-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.mygreen.sqlmapper</groupId>
<artifactId>sqlmapper-spring-boot-autoconfigure</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen.sqlmapper/sqlmapper-spring-boot-autoconfigure/
implementation 'com.github.mygreen.sqlmapper:sqlmapper-spring-boot-autoconfigure:0.3.2'
// https://jarcasting.com/artifacts/com.github.mygreen.sqlmapper/sqlmapper-spring-boot-autoconfigure/
implementation ("com.github.mygreen.sqlmapper:sqlmapper-spring-boot-autoconfigure:0.3.2")
'com.github.mygreen.sqlmapper:sqlmapper-spring-boot-autoconfigure:jar:0.3.2'
<dependency org="com.github.mygreen.sqlmapper" name="sqlmapper-spring-boot-autoconfigure" rev="0.3.2">
<artifact name="sqlmapper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen.sqlmapper', module='sqlmapper-spring-boot-autoconfigure', version='0.3.2')
)
libraryDependencies += "com.github.mygreen.sqlmapper" % "sqlmapper-spring-boot-autoconfigure" % "0.3.2"
[com.github.mygreen.sqlmapper/sqlmapper-spring-boot-autoconfigure "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mygreen.sqlmapper : sqlmapper-core | jar | 0.3.2 |
org.springframework : spring-jdbc | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
com.h2database : h2 | jar | |
com.zaxxer : HikariCP | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.assertj : assertj-core | jar | 3.20.2 |