Skip to content

DreamLi1314/angboot

 
 

Repository files navigation

Build Status codecov Percentage of issues still open Average time to resolve an issue GitHub release GitHub Gitter

1. Prerequisites

You should have installed the following software and configure the corresponding environment variables:

  • JDK: version >= 1.8

2. Technical selection

  • Java: Spring Boot + SpringSecurity + Mybatis + SSO(CAS)
  • web: Angular7 + Bootstrap + SCSS
  • Server: Tomcat
  • Database: H2
  • Project Management Tools: Gradle
  • CI Tools: Travis(Default), Jenkins
  • Cache: Map(Support Redis, Ehcache etc.)

3. Run application

execute follow command for install dependencies in your terminal, Note: just first.

gradlew[.bat] build

execute follow command for start up application

gradlew[.bat] server

4. Versions

5. Getting help

To see User Manual.

6. Todo list of this version

  • project management tools from ant + maven to gradle.
  • upgrade angular from v6 to v7.

License

AngBoot is Open Source software released under the Apache 2.0 license.