mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	发布 v2.1.0
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
			
		||||
* 升级 swagger 为 knife4j
 | 
			
		||||
* 集成 Hutool 5.X 并重写RuoYi部分功能
 | 
			
		||||
* 集成 Feign 接口化管理 Http 请求(如三方请求 支付,短信,推送等)
 | 
			
		||||
* 集成 spring-boot-admin 全方位监控
 | 
			
		||||
* 移除 自带服务监控 改为 spring-boot-admin 全方位监控
 | 
			
		||||
* 增加 demo 模块示例(给不会增加模块的小伙伴做参考)
 | 
			
		||||
 | 
			
		||||
### 代码改动
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								pom.xml
									
									
									
									
									
								
							@@ -13,7 +13,7 @@
 | 
			
		||||
    <description>RuoYi-Vue-Plus后台管理系统</description>
 | 
			
		||||
    
 | 
			
		||||
    <properties>
 | 
			
		||||
        <ruoyi-vue-plus.version>2.0.0</ruoyi-vue-plus.version>
 | 
			
		||||
        <ruoyi-vue-plus.version>2.1.0</ruoyi-vue-plus.version>
 | 
			
		||||
        <spring-boot.version>2.3.10.RELEASE</spring-boot.version>
 | 
			
		||||
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "ruoyi-vue-plus",
 | 
			
		||||
  "version": "2.0.0",
 | 
			
		||||
  "version": "2.1.0",
 | 
			
		||||
  "description": "RuoYi-Vue-Plus后台管理系统",
 | 
			
		||||
  "author": "LionLi",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
 
 | 
			
		||||
@@ -80,6 +80,14 @@
 | 
			
		||||
            <span>更新日志</span>
 | 
			
		||||
          </div>
 | 
			
		||||
          <el-collapse accordion>
 | 
			
		||||
            <el-collapse-item title="v2.1.0 - 2021-5-17">
 | 
			
		||||
              <ol>
 | 
			
		||||
                <li>update swagger升级3.0.2</li>
 | 
			
		||||
                <li>update 增强分页工具兼容性</li>
 | 
			
		||||
                <li>update 通用Service接口 增加自定义vo转换函数</li>
 | 
			
		||||
                <li>remove 移除ruoyi自带服务监控(Admin已全部包含)</li>
 | 
			
		||||
              </ol>
 | 
			
		||||
            </el-collapse-item>
 | 
			
		||||
            <el-collapse-item title="v2.0.0 - 2021-5-15">
 | 
			
		||||
              <ol>
 | 
			
		||||
                <li>springboot 升级 2.3.10 依赖全面升级适配</li>
 | 
			
		||||
@@ -140,7 +148,7 @@ export default {
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      // 版本号
 | 
			
		||||
      version: "2.0.0",
 | 
			
		||||
      version: "2.1.0",
 | 
			
		||||
    };
 | 
			
		||||
  },
 | 
			
		||||
  methods: {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user