Last Version

spring-boot 0.0.1-RELEASE

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.muxiaobai
ArtifactId

ArtifactId

spring-boot
Version

Version

0.0.1-RELEASE
Type

Type

jar
Description

Description

spring-boot
Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

http://github.com/muxiaobai/rpc/tree/master

Download spring-boot 0.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/io.github.muxiaobai/spring-boot/ -->
<dependency>
    <groupId>io.github.muxiaobai</groupId>
    <artifactId>spring-boot</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.muxiaobai/spring-boot/
implementation 'io.github.muxiaobai:spring-boot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/io.github.muxiaobai/spring-boot/
implementation ("io.github.muxiaobai:spring-boot:0.0.1-RELEASE")
'io.github.muxiaobai:spring-boot:jar:0.0.1-RELEASE'
<dependency org="io.github.muxiaobai" name="spring-boot" rev="0.0.1-RELEASE">
  <artifact name="spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.muxiaobai', module='spring-boot', version='0.0.1-RELEASE')
)
libraryDependencies += "io.github.muxiaobai" % "spring-boot" % "0.0.1-RELEASE"
[io.github.muxiaobai/spring-boot "0.0.1-RELEASE"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.1.3.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.0.1
org.springframework.boot : spring-boot-starter-jdbc jar 2.1.3.RELEASE
mysql : mysql-connector-java jar 6.0.6
io.springfox : springfox-swagger2 jar 2.9.2
io.springfox : springfox-swagger-ui jar 2.9.2
com.101tec : zkclient jar 0.10
org.springframework.boot : spring-boot-starter-data-redis jar 2.1.3.RELEASE
org.springframework.boot : spring-boot-devtools Optional jar 2.1.3.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.3.RELEASE

Project Modules

There are no modules declared in this project.