spring-boot-template

Springboot Jpa CRUD Template

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.xiayk.template
ArtifactId

ArtifactId

spring-boot-template
Last Version

Last Version

0.0.2.T
Release Date

Release Date

Type

Type

jar
Description

Description

spring-boot-template
Springboot Jpa CRUD Template
Project URL

Project URL

https://gitee.com/xiayk/spring-boot-template.git

Download spring-boot-template

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar 2.5.3
com.fasterxml.jackson.core : jackson-annotations jar 2.12.4
org.springframework : spring-webmvc jar 5.3.9

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2.T
0.0.1.T
0.0.1.A