Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.github.mygreen.sqlmapper |
ArtifactId | ArtifactIdsqlmapper-spring-boot-autoconfigure |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionSpringBootのAutoConfigure機能を提供します。
|
<!-- 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</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'
// https://jarcasting.com/artifacts/com.github.mygreen.sqlmapper/sqlmapper-spring-boot-autoconfigure/
implementation ("com.github.mygreen.sqlmapper:sqlmapper-spring-boot-autoconfigure:0.3")
'com.github.mygreen.sqlmapper:sqlmapper-spring-boot-autoconfigure:jar:0.3'
<dependency org="com.github.mygreen.sqlmapper" name="sqlmapper-spring-boot-autoconfigure" rev="0.3">
<artifact name="sqlmapper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen.sqlmapper', module='sqlmapper-spring-boot-autoconfigure', version='0.3')
)
libraryDependencies += "com.github.mygreen.sqlmapper" % "sqlmapper-spring-boot-autoconfigure" % "0.3"
[com.github.mygreen.sqlmapper/sqlmapper-spring-boot-autoconfigure "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.mygreen.sqlmapper : sqlmapper-core | jar | ${revision} |
org.springframework : spring-jdbc | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
com.h2database : h2 | jar | |
com.zaxxer : HikariCP | jar |