spring-boot-react-parent
This is a template repository to be used as a parent for spring boot projects that use a react front end.
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices React User Interface Web Frameworks |
GroupId | GroupIddev.cheem.projects |
ArtifactId | ArtifactIdspring-boot-react-parent |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring Boot React Parent
Parent for Spring Boot projects that have a React.js frontend.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-react-parent-1.1.3.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.cheem.projects/spring-boot-react-parent/ -->
<dependency>
<groupId>dev.cheem.projects</groupId>
<artifactId>spring-boot-react-parent</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.cheem.projects/spring-boot-react-parent/
implementation 'dev.cheem.projects:spring-boot-react-parent:1.1.3'
// https://jarcasting.com/artifacts/dev.cheem.projects/spring-boot-react-parent/
implementation ("dev.cheem.projects:spring-boot-react-parent:1.1.3")
'dev.cheem.projects:spring-boot-react-parent:pom:1.1.3'
<dependency org="dev.cheem.projects" name="spring-boot-react-parent" rev="1.1.3">
<artifact name="spring-boot-react-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.cheem.projects', module='spring-boot-react-parent', version='1.1.3')
)
libraryDependencies += "dev.cheem.projects" % "spring-boot-react-parent" % "1.1.3"
[dev.cheem.projects/spring-boot-react-parent "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.2.4.RELEASE |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.2.4.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.2.4.RELEASE |
org.springframework.session : spring-session-jdbc | jar | |
org.postgresql : postgresql | jar | 42.2.9 |
org.projectlombok : lombok Optional | jar | 1.18.10 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.springframework.boot : spring-boot-starter-web | jar | 2.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.mapstruct : mapstruct-processor | jar | 1.3.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools Optional | jar | 2.2.4.RELEASE |
com.h2database : h2 | jar | 1.4.200 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.2.4.RELEASE |
This is a template repository to be used as a parent for spring boot projects that use a react front end.