Skip to content

tanpenggood/jeecg-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

基于jeecg-boot封装的spring-boot-starter, 可用于快速开发,享受jeecg-boot的所有功能,且升级内核业务无感知!

(不定期同步其源码,力求始终为最新的稳定版本,当前版本2.2.1)

Feature

  • 平滑升级,业务无感知
  • 共享jeecg-boot的后端的所有功能
  • 可直接使用jeecg-boot的前端进行访问
  • 适用人群
    • 快速开发人群
    • 不需对jeecg-boot的源代码进行改动的人群
    • 只需对jeecg-boot配置项进行调整即可满足开发的人群

Maven Dependency

在项目的pom.xml的dependencies中加入以下内容:

<dependency>
    <groupId>com.itplh.opensource</groupId>
    <artifactId>jeecg-spring-boot-starter</artifactId>
    <version>2.2.1</version>
</dependency>

Usage

参考jeecg-spring-boot-starter-test

  1. 新建spring boot项目
  2. 引入依赖jeecg-spring-boot-starter
    <dependency>
        <groupId>com.itplh.opensource</groupId>
        <artifactId>jeecg-spring-boot-starter</artifactId>
        <version>2.2.1</version>
    </dependency>
  3. 相关类
    • org.jeecg.JeecgApplication
    • org.jeecg.JeecgOneGUI
    • org.jeecg.JeecgOneToMainUtil
  4. 相关资源
    resources
        jeecg
        static
        templates
        application.yml
        application-dev.yml
        application-prod.yml
        application-test.yml
        banner.txt
        logback-spring.xml
    
  5. 启动项目,使用jeectboot的前端访问

Thanks

jeecg-boot

About

基于jeecg-boot封装的spring-boot-starter, 可用于快速开发,享受jeecg-boot的所有功能,且升级内核业务无感知!

Resources

License

Stars

Watchers

Forks

Packages

No packages published