From 658582817139182dd45551b3323e1278b457f3f2 Mon Sep 17 00:00:00 2001 From: chenhaojie Date: Wed, 19 Jun 2024 15:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B6=A6=E9=98=B3=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=90=8E=E7=AB=AF=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- das/pom.xml | 147 +------------------------ das/src/main/resources/application.yml | 6 +- 2 files changed, 4 insertions(+), 149 deletions(-) diff --git a/das/pom.xml b/das/pom.xml index 5dd384e7..d5d5f259 100644 --- a/das/pom.xml +++ b/das/pom.xml @@ -7,14 +7,13 @@ com.das das 1.0.0-release - admin - base admin project for Spring Boot + das + base das project for Spring Boot - admin-boot UTF-8 UTF-8 - 1.8 + 17 1.8 1.8 3.8.1 @@ -23,13 +22,6 @@ 1.21 2.3.2 1.2.83 - 6.1.2 - 5.10.0 - 2.11.0 - 1.4 - 3.2.2 - 4.1.2 - 0.9.1 2.7.6 3.5.2 5.8.18 @@ -37,18 +29,8 @@ 1.5.2.Final 1.18.20 - 2.0.9 29.0-jre - 2.3 1.9 - 3.17.6 - 8.1.0 - 2.3.1 - 3.1.1 - 8.11.0 - 1.16.3 - 4.5.12 - 2.0.16 @@ -83,11 +65,6 @@ spring-boot-starter-undertow - - - - - org.springframework.boot @@ -120,26 +97,6 @@ 1.34.0 - - - me.zhyd.oauth - JustAuth - ${just-auth.version} - - - fastjson - com.alibaba - - - - - - - org.apache.httpcomponents - httpclient - ${org.apache.httpclient} - - com.github.penggle @@ -154,22 +111,6 @@ true - - org.mapstruct - mapstruct - ${org.mapstruct.version} - - - - org.mapstruct - mapstruct-processor - ${org.mapstruct.version} - - provided - - org.springframework.boot spring-boot-starter-test @@ -197,13 +138,6 @@ ${druid.version} - - - com.aliyun - dysmsapi20170525 - ${aliyun.dysmsapi.version} - - com.alibaba fastjson @@ -230,20 +164,6 @@ spring-boot-starter-validation - - - - - - - - - - com.github.xiaoymin - knife4j-spring-boot-starter - ${swagger.knife4j.version} - - com.google.guava @@ -251,20 +171,6 @@ ${google.guava.version} - - - com.baomidou - mybatis-plus-generator - ${mybatis.plus.spring.boot} - - - - - org.apache.velocity - velocity-engine-core - ${velocity.engine.core.version} - - org.springframework.boot @@ -276,62 +182,15 @@ commons-pool2 - - - org.redisson - redisson - ${redisson.version} - - org.springframework.boot spring-boot-starter-aop - - - io.minio - minio - ${minio.verion} - - - - - com.xuxueli - xxl-job-core - ${xxl-job.version} - - - - - com.alibaba - easyexcel - ${easyexcel.version} - - - - - org.apache.poi - ooxml-schemas - 1.4 - - - - - org.apache.skywalking - apm-toolkit-trace - ${apm-toolkit-trace.version} - - - - - - - ${admin.project.id} src/main/resources diff --git a/das/src/main/resources/application.yml b/das/src/main/resources/application.yml index 65e70752..34129916 100644 --- a/das/src/main/resources/application.yml +++ b/das/src/main/resources/application.yml @@ -27,15 +27,11 @@ sa-token: # 是否允许同一账号多终端登录,默认为true is-concurrent: true -# 系统信息 -admin-boot: - version: 1.0.0 - spring: profiles: active: dev application: - name: admin + name: das #json格式化全局配置,相当于@JsonFormat jackson: time-zone: GMT+8