<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: springbootplus</title>
    <description>The latest articles on DEV Community by springbootplus (@springbootplus).</description>
    <link>https://dev.to/springbootplus</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F192621%2Fdab8cf9d-38a9-44a1-b5eb-288422721dc4.png</url>
      <title>DEV Community: springbootplus</title>
      <link>https://dev.to/springbootplus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/springbootplus"/>
    <language>en</language>
    <item>
      <title>spring-boot-plus Everyone can develop projects independently, quickly and efficiently！</title>
      <dc:creator>springbootplus</dc:creator>
      <pubDate>Thu, 08 Aug 2019 14:02:09 +0000</pubDate>
      <link>https://dev.to/springbootplus/spring-boot-plus-everyone-can-develop-projects-independently-quickly-and-efficiently-a1a</link>
      <guid>https://dev.to/springbootplus/spring-boot-plus-everyone-can-develop-projects-independently-quickly-and-efficiently-a1a</guid>
      <description>&lt;p&gt;
  &lt;a href="https://github.com/geekidea/spring-boot-plus" rel="noopener noreferrer"&gt;
   &lt;img alt="spring-boot-plus logo" src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fraw.githubusercontent.com%2Fgeekidea%2Fspring-boot-plus%2Fdev%2Fdocs%2Fimg%2Flogo.png"&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
  Everyone can develop projects independently, quickly and efficiently！
&lt;/p&gt;

&lt;p&gt;  
  &lt;a href="https://github.com/spring-projects/spring-boot" rel="noopener noreferrer"&gt;
    &lt;img alt="spring boot version" src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2Fspring%2520boot-2.1.6.RELEASE-brightgreen"&gt;
  &lt;/a&gt;
  
  &lt;a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener noreferrer"&gt;
    &lt;img alt="code style" src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2Flicense-Apache%25202-4EB1BA.svg%3Fstyle%3Dflat-square"&gt;
  &lt;/a&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;h3&gt;
  
  
  spring-boot-plus is a background rapid development framework that integrates spring boot common development components.
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Purpose
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;Everyone can develop projects independently, quickly and efficiently！&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Docs website：&lt;a href="http://springboot.plus" rel="noopener noreferrer"&gt;springboot.plus&lt;/a&gt;
&lt;/h4&gt;

&lt;h4&gt;
  
  
  GITHUB：&lt;a href="https://github.com/geekidea/spring-boot-plus" rel="noopener noreferrer"&gt;https://github.com/geekidea/spring-boot-plus&lt;/a&gt;
&lt;/h4&gt;

&lt;h4&gt;
  
  
  GITEE：&lt;a href="https://gitee.com/geekidea/spring-boot-plus" rel="noopener noreferrer"&gt;https://gitee.com/geekidea/spring-boot-plus&lt;/a&gt;
&lt;/h4&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Integrated spring boot common development component set, common configuration, AOP log, etc&lt;/li&gt;
&lt;li&gt;Integrated mybatis-plus fast dao operation&lt;/li&gt;
&lt;li&gt;Quickly generate background code:entity/param/vo/controller/service/mapper/xml&lt;/li&gt;
&lt;li&gt;Integrated swagger2, automatic generation of api documents&lt;/li&gt;
&lt;li&gt;Integrated JWT, spring security permission control&lt;/li&gt;
&lt;li&gt;Integrated Redis、spring cache、ehcache,etc&lt;/li&gt;
&lt;li&gt;Integrated Rabbit/Rocket/Kafka MQ&lt;/li&gt;
&lt;li&gt;Integration alibaba druid connection pool, JDBC performance and slow query detection&lt;/li&gt;
&lt;li&gt;Integrated Spring Boot Admin, real-time detection of project operation&lt;/li&gt;
&lt;li&gt;Integrate maven-assembly-plugin for different environment package deployment, including startup and restart commands, and extract configuration files to external config directory&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Project Environment
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Middleware&lt;/th&gt;
&lt;th&gt;Version&lt;/th&gt;
&lt;th&gt;Remark&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;JDK&lt;/td&gt;
&lt;td&gt;1.8+&lt;/td&gt;
&lt;td&gt;JDK1.8 and above&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MySQL&lt;/td&gt;
&lt;td&gt;5.7+&lt;/td&gt;
&lt;td&gt;5.7 and above&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Redis&lt;/td&gt;
&lt;td&gt;3.2+&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Technology stack
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Version&lt;/th&gt;
&lt;th&gt;Remark&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Spring Boot&lt;/td&gt;
&lt;td&gt;2.1.6.RELEASE&lt;/td&gt;
&lt;td&gt;Latest release stable version&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Spring Framework&lt;/td&gt;
&lt;td&gt;5.1.8.RELEASE&lt;/td&gt;
&lt;td&gt;Latest release stable version&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mybatis&lt;/td&gt;
&lt;td&gt;3.5.1&lt;/td&gt;
&lt;td&gt;DAO Framework&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mybatis Plus&lt;/td&gt;
&lt;td&gt;3.1.1&lt;/td&gt;
&lt;td&gt;mybatis Enhanced framework&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Alibaba Druid&lt;/td&gt;
&lt;td&gt;1.1.17&lt;/td&gt;
&lt;td&gt;Data source&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fastjson&lt;/td&gt;
&lt;td&gt;1.2.58&lt;/td&gt;
&lt;td&gt;JSON processing toolset&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;swagger2&lt;/td&gt;
&lt;td&gt;2.6.1&lt;/td&gt;
&lt;td&gt;Api document generation tool&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;commons-lang3&lt;/td&gt;
&lt;td&gt;3.9&lt;/td&gt;
&lt;td&gt;Apache language toolkit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;commons-io&lt;/td&gt;
&lt;td&gt;2.6&lt;/td&gt;
&lt;td&gt;Apache IO Toolkit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;commons-codec&lt;/td&gt;
&lt;td&gt;1.12&lt;/td&gt;
&lt;td&gt;Apache Toolkit such as encryption and decryption&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;commons-collections&lt;/td&gt;
&lt;td&gt;3.2.1&lt;/td&gt;
&lt;td&gt;Apache collections toolkit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;reflections&lt;/td&gt;
&lt;td&gt;0.9.11&lt;/td&gt;
&lt;td&gt;Reflection Toolkit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;hibernate-validator&lt;/td&gt;
&lt;td&gt;6.0.17.Final&lt;/td&gt;
&lt;td&gt;Validator toolkit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;jwt&lt;/td&gt;
&lt;td&gt;0.9.1&lt;/td&gt;
&lt;td&gt;JSON WEB TOKEN&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;hutool-all&lt;/td&gt;
&lt;td&gt;4.5.10&lt;/td&gt;
&lt;td&gt;Common toolset&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h4&gt;
  
  
  Docs Website：&lt;a href="http://springboot.plus" rel="noopener noreferrer"&gt;springboot.plus&lt;/a&gt;
&lt;/h4&gt;

</description>
      <category>java</category>
      <category>spring</category>
      <category>springboot</category>
      <category>springbootplus</category>
    </item>
  </channel>
</rss>
