Browse Source

修改项目

anderx 3 months ago
parent
commit
9c9689d18f
100 changed files with 7666 additions and 24 deletions
  1. 1 1
      README.md
  2. 649 0
      logs/sys-info.log
  3. 1440 0
      logs/yccrc.2023-10-18.log
  4. 2589 0
      logs/yccrc.2025-04-10.log
  5. 2698 0
      logs/yccrc.log
  6. 0 23
      yccrc-admin-ui/.gitignore
  7. 1 0
      yccrc-admin/src/main/resources/application.yml
  8. 1 0
      yccrc-admin/target/classes/META-INF/spring-devtools.properties
  9. 57 0
      yccrc-admin/target/classes/application-druid-prod.yml
  10. 60 0
      yccrc-admin/target/classes/application-druid.yml
  11. 146 0
      yccrc-admin/target/classes/application.yml
  12. 24 0
      yccrc-admin/target/classes/banner.txt
  13. BIN
      yccrc-admin/target/classes/com/yccrc/AdminApplication.class
  14. BIN
      yccrc-admin/target/classes/com/yccrc/AdminServletInitializer.class
  15. BIN
      yccrc-admin/target/classes/com/yccrc/framework/aspectj/DataScopeAspect.class
  16. BIN
      yccrc-admin/target/classes/com/yccrc/framework/aspectj/DataSourceAspect.class
  17. BIN
      yccrc-admin/target/classes/com/yccrc/framework/aspectj/LogAspect.class
  18. BIN
      yccrc-admin/target/classes/com/yccrc/framework/aspectj/RateLimiterAspect.class
  19. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/ApplicationConfig.class
  20. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/CaptchaConfig.class
  21. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/CustomMetaObjectHandler.class
  22. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/DruidConfig$1.class
  23. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/DruidConfig.class
  24. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/FastJson2JsonRedisSerializer.class
  25. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/FilterConfig.class
  26. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/KaptchaTextCreator.class
  27. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/Knife4jConfig.class
  28. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/MyBatisConfig.class
  29. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/MybatisPlusConfig.class
  30. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/RedisConfig.class
  31. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/ResourcesConfig.class
  32. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/SecurityConfig.class
  33. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/ServerConfig.class
  34. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/ThreadPoolConfig$1.class
  35. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/ThreadPoolConfig.class
  36. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/properties/DruidProperties.class
  37. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/properties/IgnoredUrlsProperties.class
  38. BIN
      yccrc-admin/target/classes/com/yccrc/framework/config/properties/PermitAllUrlProperties.class
  39. BIN
      yccrc-admin/target/classes/com/yccrc/framework/datasource/DynamicDataSource.class
  40. BIN
      yccrc-admin/target/classes/com/yccrc/framework/datasource/DynamicDataSourceContextHolder.class
  41. BIN
      yccrc-admin/target/classes/com/yccrc/framework/interceptor/RepeatSubmitInterceptor.class
  42. BIN
      yccrc-admin/target/classes/com/yccrc/framework/interceptor/impl/SameUrlDataInterceptor.class
  43. BIN
      yccrc-admin/target/classes/com/yccrc/framework/manager/AsyncManager.class
  44. BIN
      yccrc-admin/target/classes/com/yccrc/framework/manager/ShutdownManager.class
  45. BIN
      yccrc-admin/target/classes/com/yccrc/framework/manager/factory/AsyncFactory$1.class
  46. BIN
      yccrc-admin/target/classes/com/yccrc/framework/manager/factory/AsyncFactory$2.class
  47. BIN
      yccrc-admin/target/classes/com/yccrc/framework/manager/factory/AsyncFactory.class
  48. BIN
      yccrc-admin/target/classes/com/yccrc/framework/security/filter/JwtAuthenticationTokenFilter.class
  49. BIN
      yccrc-admin/target/classes/com/yccrc/framework/security/handle/AuthenticationEntryPointImpl.class
  50. BIN
      yccrc-admin/target/classes/com/yccrc/framework/security/handle/LogoutSuccessHandlerImpl.class
  51. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/domain/Server.class
  52. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Cpu.class
  53. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Jvm.class
  54. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Mem.class
  55. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Sys.class
  56. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/SysFile.class
  57. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/exception/GlobalExceptionHandler.class
  58. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/service/PermissionService.class
  59. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/service/SysLoginService.class
  60. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/service/SysPermissionService.class
  61. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/service/SysRegisterService.class
  62. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/service/TokenService.class
  63. BIN
      yccrc-admin/target/classes/com/yccrc/framework/web/service/UserDetailsServiceImpl.class
  64. BIN
      yccrc-admin/target/classes/com/yccrc/generator/config/GenConfig.class
  65. BIN
      yccrc-admin/target/classes/com/yccrc/generator/controller/GenController.class
  66. BIN
      yccrc-admin/target/classes/com/yccrc/generator/domain/GenTable.class
  67. BIN
      yccrc-admin/target/classes/com/yccrc/generator/domain/GenTableColumn.class
  68. BIN
      yccrc-admin/target/classes/com/yccrc/generator/mapper/GenTableColumnMapper.class
  69. BIN
      yccrc-admin/target/classes/com/yccrc/generator/mapper/GenTableMapper.class
  70. BIN
      yccrc-admin/target/classes/com/yccrc/generator/service/GenTableColumnServiceImpl.class
  71. BIN
      yccrc-admin/target/classes/com/yccrc/generator/service/GenTableServiceImpl.class
  72. BIN
      yccrc-admin/target/classes/com/yccrc/generator/service/IGenTableColumnService.class
  73. BIN
      yccrc-admin/target/classes/com/yccrc/generator/service/IGenTableService.class
  74. BIN
      yccrc-admin/target/classes/com/yccrc/generator/util/GenUtils.class
  75. BIN
      yccrc-admin/target/classes/com/yccrc/generator/util/VelocityInitializer.class
  76. BIN
      yccrc-admin/target/classes/com/yccrc/generator/util/VelocityUtils.class
  77. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/controller/SysJobController.class
  78. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/controller/SysJobLogController.class
  79. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/domain/SysJob.class
  80. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/domain/SysJobLog.class
  81. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/mapper/SysJobLogMapper.class
  82. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/mapper/SysJobMapper.class
  83. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/service/ISysJobLogService.class
  84. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/service/ISysJobService.class
  85. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/service/impl/SysJobLogServiceImpl.class
  86. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/service/impl/SysJobServiceImpl.class
  87. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/task/RyTask.class
  88. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/util/AbstractQuartzJob.class
  89. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/util/CronUtils.class
  90. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/util/JobInvokeUtil.class
  91. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/util/QuartzDisallowConcurrentExecution.class
  92. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/util/QuartzJobExecution.class
  93. BIN
      yccrc-admin/target/classes/com/yccrc/quartz/util/ScheduleUtils.class
  94. BIN
      yccrc-admin/target/classes/com/yccrc/system/domain/SysConfig.class
  95. BIN
      yccrc-admin/target/classes/com/yccrc/system/domain/SysLogininfor.class
  96. BIN
      yccrc-admin/target/classes/com/yccrc/system/domain/SysNotice.class
  97. BIN
      yccrc-admin/target/classes/com/yccrc/system/domain/SysOperLog.class
  98. BIN
      yccrc-admin/target/classes/com/yccrc/system/domain/SysPost.class
  99. BIN
      yccrc-admin/target/classes/com/yccrc/system/domain/SysRoleDept.class
  100. 0 0
      yccrc-admin/target/classes/com/yccrc/system/domain/SysRoleMenu.class

+ 1 - 1
README.md

@@ -1 +1 @@
-科德科研系统
+科德企业科研项目信息管理系统

File diff suppressed because it is too large
+ 649 - 0
logs/sys-info.log


File diff suppressed because it is too large
+ 1440 - 0
logs/yccrc.2023-10-18.log


File diff suppressed because it is too large
+ 2589 - 0
logs/yccrc.2025-04-10.log


File diff suppressed because it is too large
+ 2698 - 0
logs/yccrc.log


+ 0 - 23
yccrc-admin-ui/.gitignore

@@ -1,23 +0,0 @@
-.DS_Store
-node_modules/
-dist/
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-**/*.log
-
-tests/**/coverage/
-tests/e2e/reports
-selenium-debug.log
-
-# Editor directories and files
-.idea
-.vscode
-*.suo
-*.ntvs*
-*.njsproj
-*.sln
-*.local
-
-package-lock.json
-yarn.lock

+ 1 - 0
yccrc-admin/src/main/resources/application.yml

@@ -46,6 +46,7 @@ spring:
     # 国际化资源文件路径
     basename: i18n/messages
   profiles:
+#    active: druid
     active: druid-prod
   # 文件上传
   servlet:

+ 1 - 0
yccrc-admin/target/classes/META-INF/spring-devtools.properties

@@ -0,0 +1 @@
+restart.include.json=/com.alibaba.fastjson.*.jar

+ 57 - 0
yccrc-admin/target/classes/application-druid-prod.yml

@@ -0,0 +1,57 @@
+# 数据源配置
+spring:
+    datasource:
+        type: com.alibaba.druid.pool.DruidDataSource
+        driverClassName: com.mysql.cj.jdbc.Driver
+        druid:
+            # 主库数据源
+            master:
+                url: jdbc:mysql://127.0.0.1:3306/yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: root
+                password: aft@2017!
+            # 从库数据源
+            slave:
+                # 从数据源开关/默认关闭
+                enabled: false
+                url:
+                username:
+                password:
+            # 初始连接数
+            initialSize: 5
+            # 最小连接池数量
+            minIdle: 10
+            # 最大连接池数量
+            maxActive: 20
+            # 配置获取连接等待超时的时间
+            maxWait: 60000
+            # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
+            timeBetweenEvictionRunsMillis: 60000
+            # 配置一个连接在池中最小生存的时间,单位是毫秒
+            minEvictableIdleTimeMillis: 300000
+            # 配置一个连接在池中最大生存的时间,单位是毫秒
+            maxEvictableIdleTimeMillis: 900000
+            # 配置检测连接是否有效
+            validationQuery: SELECT 1 FROM DUAL
+            testWhileIdle: true
+            testOnBorrow: false
+            testOnReturn: false
+            webStatFilter:
+                enabled: true
+            statViewServlet:
+                enabled: true
+                # 设置白名单,不填则允许所有访问
+                allow:
+                url-pattern: /druid/*
+                # 控制台管理用户名和密码
+                login-username: admin
+                login-password: 123456
+            filter:
+                stat:
+                    enabled: true
+                    # 慢SQL记录
+                    log-slow-sql: true
+                    slow-sql-millis: 1000
+                    merge-sql: true
+                wall:
+                    config:
+                        multi-statement-allow: true

+ 60 - 0
yccrc-admin/target/classes/application-druid.yml

@@ -0,0 +1,60 @@
+# 数据源配置
+spring:
+    datasource:
+        type: com.alibaba.druid.pool.DruidDataSource
+        driverClassName: com.mysql.cj.jdbc.Driver
+        druid:
+            # 主库数据源
+            master:
+                url: jdbc:mysql://127.0.0.1:3306/yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                username: root
+                password: aft@2017!
+#                url: jdbc:mysql://127.0.0.1:3306/kd_yccrc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+#                username: root
+#                password: 123456
+            # 从库数据源
+            slave:
+                # 从数据源开关/默认关闭
+                enabled: false
+                url:
+                username:
+                password:
+            # 初始连接数
+            initialSize: 5
+            # 最小连接池数量
+            minIdle: 10
+            # 最大连接池数量
+            maxActive: 20
+            # 配置获取连接等待超时的时间
+            maxWait: 60000
+            # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
+            timeBetweenEvictionRunsMillis: 60000
+            # 配置一个连接在池中最小生存的时间,单位是毫秒
+            minEvictableIdleTimeMillis: 300000
+            # 配置一个连接在池中最大生存的时间,单位是毫秒
+            maxEvictableIdleTimeMillis: 900000
+            # 配置检测连接是否有效
+            validationQuery: SELECT 1 FROM DUAL
+            testWhileIdle: true
+            testOnBorrow: false
+            testOnReturn: false
+            webStatFilter:
+                enabled: true
+            statViewServlet:
+                enabled: true
+                # 设置白名单,不填则允许所有访问
+                allow:
+                url-pattern: /druid/*
+                # 控制台管理用户名和密码
+                login-username: admin
+                login-password: 123456
+            filter:
+                stat:
+                    enabled: true
+                    # 慢SQL记录
+                    log-slow-sql: true
+                    slow-sql-millis: 1000
+                    merge-sql: true
+                wall:
+                    config:
+                        multi-statement-allow: true

+ 146 - 0
yccrc-admin/target/classes/application.yml

@@ -0,0 +1,146 @@
+# 项目相关配置
+yccrc:
+  # 名称
+  name: yccrc
+  # 版本
+  version: 1.0.0
+  # 版权年份
+  copyrightYear: 2022
+  # 实例演示开关
+  demoEnabled: true
+  # 文件路径
+  profile: /Users/sinhoo/Downloads/
+  # 获取ip地址开关
+  addressEnabled: false
+  # 验证码类型 math 数组计算 char 字符验证
+  captchaType: math
+
+# 开发环境配置
+server:
+  # 服务器的HTTP端口,默认为8080
+  port: 8080
+  servlet:
+    # 应用的访问路径
+    context-path: /
+  tomcat:
+    # tomcat的URI编码
+    uri-encoding: UTF-8
+    # 连接数满后的排队数,默认为100
+    accept-count: 1000
+    threads:
+      # tomcat最大线程数,默认为200
+      max: 800
+      # Tomcat启动初始化的线程数,默认值10
+      min-spare: 100
+
+# 日志配置
+#logging:
+#  level:
+#    com.yccrc: debug
+#    org.springframework: warn
+
+# Spring配置
+spring:
+  # 资源信息
+  messages:
+    # 国际化资源文件路径
+    basename: i18n/messages
+  profiles:
+#    active: druid
+    active: druid-prod
+  # 文件上传
+  servlet:
+     multipart:
+       # 单个文件大小
+       max-file-size:  10MB
+       # 设置总上传的文件大小
+       max-request-size:  20MB
+  # 服务模块
+  devtools:
+    restart:
+      # 热部署开关
+      enabled: true
+  # redis 配置
+  redis:
+    # 地址
+    host: 124.232.146.72
+    # 端口,默认为6379
+    port: 6379
+    # 数据库索引
+    database: 0
+    # 密码
+    password: yczx
+    # 连接超时时间
+    timeout: 10s
+    lettuce:
+      pool:
+        # 连接池中的最小空闲连接
+        min-idle: 0
+        # 连接池中的最大空闲连接
+        max-idle: 8
+        # 连接池的最大数据库连接数
+        max-active: 8
+        # #连接池最大阻塞等待时间(使用负值表示没有限制)
+        max-wait: -1ms
+
+# token配置
+token:
+    # 令牌自定义标识
+    header: Authorization
+    # 令牌密钥
+    secret: abcdefghijklmnopqrstuvwxyz
+    # 令牌有效期(默认30分钟)
+    expireTime: 30
+
+# MyBatisPlus配置
+mybatis-plus:
+  mapper-locations: classpath*:mapper/**/*Mapper.xml
+  #  config-location: classpath:mybatis/mybatis-config.xml
+  #实体扫描,多个package用逗号或者分号分隔
+  typeAliasesPackage: com.yccrc.**.domain,com.yccrc.common.core.domain.entity
+  global-config:
+    #数据库相关配置
+    db-config:
+      #主键类型  AUTO:"数据库ID自增", INPUT:"用户输入ID", ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
+      id-type: AUTO
+      logic-delete-value: -1
+      logic-not-delete-value: 0
+    banner: false
+  #原生配置
+  configuration:
+    map-underscore-to-camel-case: true
+    cache-enabled: false
+    call-setters-on-nulls: true
+    jdbc-type-for-null: 'null'
+
+# PageHelper分页插件
+pagehelper:
+  helperDialect: mysql
+  supportMethodsArguments: true
+  params: count=countSql
+
+# Swagger配置
+swagger:
+  # 是否开启swagger
+  enabled: true
+  # 请求前缀
+  pathMapping:
+
+# 防止XSS攻击
+xss:
+  # 过滤开关
+  enabled: true
+  # 排除链接(多个用逗号分隔)
+  excludes: /system/notice
+  # 匹配链接
+  urlPatterns: /system/*,/monitor/*,/tool/*
+
+ignored:
+  urls:
+    - /swagger-resources/**
+    - /webjars/**
+    - /*/api-docs
+    - /druid/**
+    - /login
+    - /register
+    - /captchaImage

+ 24 - 0
yccrc-admin/target/classes/banner.txt

@@ -0,0 +1,24 @@
+Application Version: ${yccrc.version}
+Spring Boot Version: ${spring-boot.version}
+////////////////////////////////////////////////////////////////////
+//                          _ooOoo_                               //
+//                         o8888888o                              //
+//                         88" . "88                              //
+//                         (| ^_^ |)                              //
+//                         O\  =  /O                              //
+//                      ____/`---'\____                           //
+//                    .'  \\|     |//  `.                         //
+//                   /  \\|||  :  |||//  \                        //
+//                  /  _||||| -:- |||||-  \                       //
+//                  |   | \\\  -  /// |   |                       //
+//                  | \_|  ''\---/''  |   |                       //
+//                  \  .-\__  `-`  ___/-. /                       //
+//                ___`. .'  /--.--\  `. . ___                     //
+//              ."" '<  `.___\_<|>_/___.'  >'"".                  //
+//            | | :  `- \`.;`\ _ /`;.`/ - ` : | |                 //
+//            \  \ `-.   \_ __\ /__ _/   .-` /  /                 //
+//      ========`-.____`-.___\_____/___.-`____.-'========         //
+//                           `=---='                              //
+//      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^        //
+//             佛祖保佑       永不宕机      永无BUG               //
+////////////////////////////////////////////////////////////////////

BIN
yccrc-admin/target/classes/com/yccrc/AdminApplication.class


BIN
yccrc-admin/target/classes/com/yccrc/AdminServletInitializer.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/aspectj/DataScopeAspect.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/aspectj/DataSourceAspect.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/aspectj/LogAspect.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/aspectj/RateLimiterAspect.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/ApplicationConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/CaptchaConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/CustomMetaObjectHandler.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/DruidConfig$1.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/DruidConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/FastJson2JsonRedisSerializer.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/FilterConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/KaptchaTextCreator.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/Knife4jConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/MyBatisConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/MybatisPlusConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/RedisConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/ResourcesConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/SecurityConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/ServerConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/ThreadPoolConfig$1.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/ThreadPoolConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/properties/DruidProperties.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/properties/IgnoredUrlsProperties.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/config/properties/PermitAllUrlProperties.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/datasource/DynamicDataSource.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/datasource/DynamicDataSourceContextHolder.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/interceptor/RepeatSubmitInterceptor.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/interceptor/impl/SameUrlDataInterceptor.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/manager/AsyncManager.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/manager/ShutdownManager.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/manager/factory/AsyncFactory$1.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/manager/factory/AsyncFactory$2.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/manager/factory/AsyncFactory.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/security/filter/JwtAuthenticationTokenFilter.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/security/handle/AuthenticationEntryPointImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/security/handle/LogoutSuccessHandlerImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/domain/Server.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Cpu.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Jvm.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Mem.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/Sys.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/domain/server/SysFile.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/exception/GlobalExceptionHandler.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/service/PermissionService.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/service/SysLoginService.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/service/SysPermissionService.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/service/SysRegisterService.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/service/TokenService.class


BIN
yccrc-admin/target/classes/com/yccrc/framework/web/service/UserDetailsServiceImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/config/GenConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/controller/GenController.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/domain/GenTable.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/domain/GenTableColumn.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/mapper/GenTableColumnMapper.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/mapper/GenTableMapper.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/service/GenTableColumnServiceImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/service/GenTableServiceImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/service/IGenTableColumnService.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/service/IGenTableService.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/util/GenUtils.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/util/VelocityInitializer.class


BIN
yccrc-admin/target/classes/com/yccrc/generator/util/VelocityUtils.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/controller/SysJobController.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/controller/SysJobLogController.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/domain/SysJob.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/domain/SysJobLog.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/mapper/SysJobLogMapper.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/mapper/SysJobMapper.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/service/ISysJobLogService.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/service/ISysJobService.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/service/impl/SysJobLogServiceImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/service/impl/SysJobServiceImpl.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/task/RyTask.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/util/AbstractQuartzJob.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/util/CronUtils.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/util/JobInvokeUtil.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/util/QuartzDisallowConcurrentExecution.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/util/QuartzJobExecution.class


BIN
yccrc-admin/target/classes/com/yccrc/quartz/util/ScheduleUtils.class


BIN
yccrc-admin/target/classes/com/yccrc/system/domain/SysConfig.class


BIN
yccrc-admin/target/classes/com/yccrc/system/domain/SysLogininfor.class


BIN
yccrc-admin/target/classes/com/yccrc/system/domain/SysNotice.class


BIN
yccrc-admin/target/classes/com/yccrc/system/domain/SysOperLog.class


BIN
yccrc-admin/target/classes/com/yccrc/system/domain/SysPost.class


BIN
yccrc-admin/target/classes/com/yccrc/system/domain/SysRoleDept.class


+ 0 - 0
yccrc-admin/target/classes/com/yccrc/system/domain/SysRoleMenu.class


Some files were not shown because too many files changed in this diff