Spring Boot React Parent

Parent for Spring Boot projects that have a React.js frontend.

License

License

Categories

Categories

Spring Boot Container Microservices React User Interface Web Frameworks
GroupId

GroupId

dev.cheem.projects
ArtifactId

ArtifactId

spring-boot-react-parent
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

pom
Description

Description

Spring Boot React Parent
Parent for Spring Boot projects that have a React.js frontend.
Project URL

Project URL

https://github.com/cheemcheem/spring-boot-react-parent
Source Code Management

Source Code Management

https://github.com/cheemcheem/spring-boot-react-parent/tree/master

Download spring-boot-react-parent

How to add to project

<!-- 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"]

Dependencies

compile (8)

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

provided (1)

Group / Artifact Type Version
org.mapstruct : mapstruct-processor jar 1.3.1.Final

runtime (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools Optional jar 2.2.4.RELEASE
com.h2database : h2 jar 1.4.200

test (1)

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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.1.3
1.1.2
1.1.1