Skip to content

Bootstrap project with Springboot and Ant Design(React.js/Webpack/Umi.js)

License

Notifications You must be signed in to change notification settings

geeklubcn/bootstrap-springboot-ant-design

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Springboot & Ant Design Scaffold Project

Features

  1. Bootstrap Springboot project
  2. Bootstrap Ant Design Pro with Node.js, React.js, TypeScript.js
  3. Release use Springboot with Frontend as static resources
  4. With Multiple env configuration
    • Frontend mock/dev/prod
    • Backend dev/prod
  5. Authentication By Wechat OAuth2
  6. Release APP with Electron (Optional)

How to Use

Ant Design/Frontend Alone

Install node_modules:

npm install

Start project

npm start

Startup As One Service

First, Compile project

mvn install -DdownloadSources -U 

Second, Run then Sprintboot Application

./mvnw spring-boot:run

Beginners: Things You Have to Learn

Front-end

AntdDesignPro

Backend

About

Bootstrap project with Springboot and Ant Design(React.js/Webpack/Umi.js)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 91.2%
  • EJS 3.1%
  • Less 2.9%
  • JavaScript 1.8%
  • Java 1.0%