spring-boot-react-maven-starter

A multi module Spring Boot React starter for building real-world enterprises apps

Github星跟踪图

spring-boot-react-maven-starter

This is a multi-module Spring Boot React Apache Maven starter app with good defaults. The react app is built using create-react-app.

This project provides productive setup for building Spring Boot React applications. The application is divided into two Maven modules:

  1. backend: This contains Java code of the application.
  2. frontend: This contains all react JavaScript code of the application.

Running the full application

You can build the package as a single artifact by running the ./mvnw clean install.
Next, you can run the application by executing:

$ java -jar backend/target/backend-0.1.0-SNAPSHOT.jar

The application will be accessible at http://localhost:8080.

Features

This starter comes bundled with the following features:

  1. Multi module Maven project: A multi module project to modularize backend and frontend code separately.
  2. Maven wrapper: So, you don't need to install Maven on your machine.
  3. Checkstyle: Enforce sane coding standard guidelines.
  4. ErrorProne: Find errors in your code.
  5. Copy paste detection: Uses PMD CPD check to detect code duplication.
  6. CORS enabled: A global configuration is added to enable CORS so that frontend can work seamlessly with backend during development.
  7. REST API base path: Sets the base REST API path to /api. You can configure it by changing rest.api.base.path property.
  8. Bundle Git commit information

Running the backend for development mode

There are multiple ways to run the backend. For development, you can use your favorite IDE and run the
com.example.app.Application. As soon as your code compiles, Spring Boot DevTools will reload the code.

You can also run the application using Maven.

$ cd backend
$  ../mvnw spring-boot:run

Running the frontend for development mode

You will need 6.0+ and yarn to run the dev server and build the project.

Make sure to install yarn on your development machine.

To install all the required binaries for your project, you can run following command.

$ cd frontend
$ ../mvnw frontend:install-node-and-yarn frontend:yarn

Once the above command finishes, you can start the frontend using the yarn start command.

Hot reloading

Both the frontend and backend support hot reloading.

主要指标

概览
名称与所有者thephpleague/oauth2-server
主编程语言PHP
编程语言HTML (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2012-06-04 20:00:52
推送于2025-04-19 10:43:52
最后一次提交2025-04-19 10:43:52
发布数115
最新版本名称9.2.0 (发布于 )
第一版名称0.1 (发布于 )
用户参与
星数6.6k
关注者数207
派生数1.1k
提交数3.2k
已启用问题?
问题数748
打开的问题数52
拉请求数446
打开的拉请求数25
关闭的拉请求数266
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?