fuyongxin
2026-06-03 1cb2e46cb3f7d55a5e1a3235255828fa6a203f62
修改ruoyi-改为sgd
6 files deleted
6 files added
5 files renamed
30 ■■■■ changed files
ruoyi-common/ruoyi-common-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 1 ●●●● patch | view | raw | blame | history
ruoyi-common/ruoyi-common-datascope/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 1 ●●●● patch | view | raw | blame | history
ruoyi-common/ruoyi-common-log/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 2 ●●●●● patch | view | raw | blame | history
ruoyi-common/ruoyi-common-redis/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 2 ●●●●● patch | view | raw | blame | history
ruoyi-common/ruoyi-common-security/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 5 ●●●●● patch | view | raw | blame | history
ruoyi-common/ruoyi-common-swagger/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 1 ●●●● patch | view | raw | blame | history
sgd-auth/src/main/resources/banner.txt patch | view | raw | blame | history
sgd-auth/src/main/resources/bootstrap.yml 2 ●●● patch | view | raw | blame | history
sgd-auth/src/main/resources/logback.xml patch | view | raw | blame | history
sgd-common/sgd-common-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 1 ●●●● patch | view | raw | blame | history
sgd-common/sgd-common-datascope/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 1 ●●●● patch | view | raw | blame | history
sgd-common/sgd-common-log/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 2 ●●●●● patch | view | raw | blame | history
sgd-common/sgd-common-redis/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 2 ●●●●● patch | view | raw | blame | history
sgd-common/sgd-common-security/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 5 ●●●●● patch | view | raw | blame | history
sgd-common/sgd-common-swagger/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports 1 ●●●● patch | view | raw | blame | history
sgd-modules/sgd-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml 2 ●●● patch | view | raw | blame | history
sgd-modules/sgd-gen/src/main/resources/mapper/generator/GenTableMapper.xml 2 ●●● patch | view | raw | blame | history
ruoyi-common/ruoyi-common-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
File was deleted
ruoyi-common/ruoyi-common-datascope/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
File was deleted
ruoyi-common/ruoyi-common-log/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
File was deleted
ruoyi-common/ruoyi-common-redis/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
File was deleted
ruoyi-common/ruoyi-common-security/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
File was deleted
ruoyi-common/ruoyi-common-swagger/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
File was deleted
sgd-auth/src/main/resources/banner.txt
sgd-auth/src/main/resources/bootstrap.yml
File was renamed from ruoyi-auth/src/main/resources/bootstrap.yml
@@ -6,7 +6,7 @@
spring: 
  application:
    # 应用名称
    name: ruoyi-auth
    name: sgd-auth
  profiles:
    # 环境配置
    active: dev
sgd-auth/src/main/resources/logback.xml
sgd-common/sgd-common-core/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
New file
@@ -0,0 +1 @@
com.sgd.common.core.utils.SpringUtils
sgd-common/sgd-common-datascope/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
New file
@@ -0,0 +1 @@
com.sgd.common.datascope.aspect.DataScopeAspect
sgd-common/sgd-common-log/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
New file
@@ -0,0 +1,2 @@
com.sgd.common.log.service.AsyncLogService
com.sgd.common.log.aspect.LogAspect
sgd-common/sgd-common-redis/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
New file
@@ -0,0 +1,2 @@
com.sgd.common.redis.configure.RedisConfig
com.sgd.common.redis.service.RedisService
sgd-common/sgd-common-security/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
New file
@@ -0,0 +1,5 @@
com.sgd.common.security.config.WebMvcConfig
com.sgd.common.security.service.TokenService
com.sgd.common.security.aspect.PreAuthorizeAspect
com.sgd.common.security.aspect.InnerAuthAspect
com.sgd.common.security.handler.GlobalExceptionHandler
sgd-common/sgd-common-swagger/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
New file
@@ -0,0 +1 @@
com.sgd.common.swagger.config.SpringDocAutoConfiguration
sgd-modules/sgd-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml
File was renamed from ruoyi-modules/ruoyi-gen/src/main/resources/mapper/generator/GenTableColumnMapper.xml
@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.gen.mapper.GenTableColumnMapper">
<mapper namespace="com.sgd.gen.mapper.GenTableColumnMapper">
    <resultMap type="GenTableColumn" id="GenTableColumnResult">
        <id     property="columnId"       column="column_id"      />
sgd-modules/sgd-gen/src/main/resources/mapper/generator/GenTableMapper.xml
File was renamed from ruoyi-modules/ruoyi-gen/src/main/resources/mapper/generator/GenTableMapper.xml
@@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.gen.mapper.GenTableMapper">
<mapper namespace="com.sgd.gen.mapper.GenTableMapper">
    <resultMap type="GenTable" id="GenTableResult">
        <id     property="tableId"        column="table_id"          />