diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9960d67 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "customColor": "", + "associatedIndex": 1 +} + + + + + + + { + "keyToString": { + "RequestMappingsPanelOrder0": "0", + "RequestMappingsPanelOrder1": "1", + "RequestMappingsPanelWidth0": "75", + "RequestMappingsPanelWidth1": "75", + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false", + "git-widget-placeholder": "master", + "jdk.selected.JAVA_MODULE": "1.8", + "last_opened_file_path": "C:/Users/zhen/Desktop/Springcould-ruoyi/Bwie-Cloud/pom.xml", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "settings.editor.selected.configurable": "MavenSettings", + "vue.rearranger.settings.migration": "true" + } +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1702776504661 + + + + + + \ No newline at end of file diff --git a/bwie-common/target/classes/com/bwie/common/constants/Constants.class b/bwie-common/target/classes/com/bwie/common/constants/Constants.class new file mode 100644 index 0000000..ca526b6 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/Constants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/constants/JwtConstants.class b/bwie-common/target/classes/com/bwie/common/constants/JwtConstants.class new file mode 100644 index 0000000..452b534 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/JwtConstants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/constants/QueueConstants.class b/bwie-common/target/classes/com/bwie/common/constants/QueueConstants.class new file mode 100644 index 0000000..4ed899f Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/QueueConstants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/constants/RabbitMQConstants.class b/bwie-common/target/classes/com/bwie/common/constants/RabbitMQConstants.class new file mode 100644 index 0000000..298cddc Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/RabbitMQConstants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/constants/RabbitMQOneConstants.class b/bwie-common/target/classes/com/bwie/common/constants/RabbitMQOneConstants.class new file mode 100644 index 0000000..d8b9cc8 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/RabbitMQOneConstants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/constants/RabbitMQTwoConstants.class b/bwie-common/target/classes/com/bwie/common/constants/RabbitMQTwoConstants.class new file mode 100644 index 0000000..13ca60f Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/RabbitMQTwoConstants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/constants/TokenConstants.class b/bwie-common/target/classes/com/bwie/common/constants/TokenConstants.class new file mode 100644 index 0000000..684ace3 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/constants/TokenConstants.class differ diff --git a/bwie-common/target/classes/com/bwie/common/domain/request/VoClazz.class b/bwie-common/target/classes/com/bwie/common/domain/request/VoClazz.class new file mode 100644 index 0000000..efeaac8 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/domain/request/VoClazz.class differ diff --git a/bwie-common/target/classes/com/bwie/common/domain/request/VoInsertClazz.class b/bwie-common/target/classes/com/bwie/common/domain/request/VoInsertClazz.class new file mode 100644 index 0000000..98e85b1 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/domain/request/VoInsertClazz.class differ diff --git a/bwie-common/target/classes/com/bwie/common/domain/request/VoStu.class b/bwie-common/target/classes/com/bwie/common/domain/request/VoStu.class new file mode 100644 index 0000000..5292419 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/domain/request/VoStu.class differ diff --git a/bwie-common/target/classes/com/bwie/common/domain/response/DTOClazz.class b/bwie-common/target/classes/com/bwie/common/domain/response/DTOClazz.class new file mode 100644 index 0000000..8b5ecb6 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/domain/response/DTOClazz.class differ diff --git a/bwie-common/target/classes/com/bwie/common/domain/response/DTOStudent.class b/bwie-common/target/classes/com/bwie/common/domain/response/DTOStudent.class new file mode 100644 index 0000000..03c53d0 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/domain/response/DTOStudent.class differ diff --git a/bwie-common/target/classes/com/bwie/common/result/PageResult.class b/bwie-common/target/classes/com/bwie/common/result/PageResult.class new file mode 100644 index 0000000..29e9687 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/result/PageResult.class differ diff --git a/bwie-common/target/classes/com/bwie/common/result/Result.class b/bwie-common/target/classes/com/bwie/common/result/Result.class new file mode 100644 index 0000000..39ab3df Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/result/Result.class differ diff --git a/bwie-common/target/classes/com/bwie/common/utils/IpUtils.class b/bwie-common/target/classes/com/bwie/common/utils/IpUtils.class new file mode 100644 index 0000000..54bdfc6 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/utils/IpUtils.class differ diff --git a/bwie-common/target/classes/com/bwie/common/utils/JwtUtils.class b/bwie-common/target/classes/com/bwie/common/utils/JwtUtils.class new file mode 100644 index 0000000..bb09882 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/utils/JwtUtils.class differ diff --git a/bwie-common/target/classes/com/bwie/common/utils/KafkaTopic.class b/bwie-common/target/classes/com/bwie/common/utils/KafkaTopic.class new file mode 100644 index 0000000..135ba7a Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/utils/KafkaTopic.class differ diff --git a/bwie-common/target/classes/com/bwie/common/utils/RabbitMQ.class b/bwie-common/target/classes/com/bwie/common/utils/RabbitMQ.class new file mode 100644 index 0000000..cb4e2c5 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/utils/RabbitMQ.class differ diff --git a/bwie-common/target/classes/com/bwie/common/utils/StringUtils.class b/bwie-common/target/classes/com/bwie/common/utils/StringUtils.class new file mode 100644 index 0000000..c7aabd6 Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/utils/StringUtils.class differ diff --git a/bwie-common/target/classes/com/bwie/common/utils/TelSmsUtils.class b/bwie-common/target/classes/com/bwie/common/utils/TelSmsUtils.class new file mode 100644 index 0000000..8b3071d Binary files /dev/null and b/bwie-common/target/classes/com/bwie/common/utils/TelSmsUtils.class differ diff --git a/bwie-modules/bwie-clazz/target/classes/bootstrap.yml b/bwie-modules/bwie-clazz/target/classes/bootstrap.yml new file mode 100644 index 0000000..3a70610 --- /dev/null +++ b/bwie-modules/bwie-clazz/target/classes/bootstrap.yml @@ -0,0 +1,41 @@ +# Tomcat +server: + port: 9005 +# Spring +spring: + main: + allow-circular-references: true + jackson: + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 + application: + # 应用名称 + name: bwie-book + profiles: + # 环境配置 + active: dev + cloud: + nacos: + discovery: + # 服务注册地址 + server-addr: 124.223.114.120:8848 + config: + # 配置中心地址 + server-addr: 124.223.114.120:8848 + # 配置文件格式 + file-extension: yml + # 共享配置 + shared-configs: + - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} +fdfs: + so-timeout: 1500 # socket 连接时长 + connect-timeout: 600 # 连接 tracker 服务器超时时长 + # 这两个是你服务器的 IP 地址,注意 23000 端口也要打开,阿里云服务器记得配置安全组。tracker 要和 stroage 服务进行交流 + tracker-list: 124.223.86.235:22122 + web-server-url: 124.223.86.235:8888 + pool: + jmx-enabled: false + # 生成缩略图 + thumb-image: + height: 500 + width: 500 diff --git a/bwie-modules/bwie-clazz/target/classes/com/bwie/ClazzApplication.class b/bwie-modules/bwie-clazz/target/classes/com/bwie/ClazzApplication.class new file mode 100644 index 0000000..f26ddbe Binary files /dev/null and b/bwie-modules/bwie-clazz/target/classes/com/bwie/ClazzApplication.class differ diff --git a/bwie-modules/bwie-clazz/target/classes/com/bwie/controller/ClazzController.class b/bwie-modules/bwie-clazz/target/classes/com/bwie/controller/ClazzController.class new file mode 100644 index 0000000..fa9bdd2 Binary files /dev/null and b/bwie-modules/bwie-clazz/target/classes/com/bwie/controller/ClazzController.class differ diff --git a/bwie-modules/bwie-clazz/target/classes/com/bwie/dao/ClazzDao.class b/bwie-modules/bwie-clazz/target/classes/com/bwie/dao/ClazzDao.class new file mode 100644 index 0000000..95e59bd Binary files /dev/null and b/bwie-modules/bwie-clazz/target/classes/com/bwie/dao/ClazzDao.class differ diff --git a/bwie-modules/bwie-clazz/target/classes/com/bwie/service/ClazzService.class b/bwie-modules/bwie-clazz/target/classes/com/bwie/service/ClazzService.class new file mode 100644 index 0000000..a547475 Binary files /dev/null and b/bwie-modules/bwie-clazz/target/classes/com/bwie/service/ClazzService.class differ diff --git a/bwie-modules/bwie-clazz/target/classes/com/bwie/service/impl/ClazzServiceImpl.class b/bwie-modules/bwie-clazz/target/classes/com/bwie/service/impl/ClazzServiceImpl.class new file mode 100644 index 0000000..458fa82 Binary files /dev/null and b/bwie-modules/bwie-clazz/target/classes/com/bwie/service/impl/ClazzServiceImpl.class differ diff --git a/bwie-modules/bwie-clazz/target/classes/mapper/ClazzMapper.xml b/bwie-modules/bwie-clazz/target/classes/mapper/ClazzMapper.xml new file mode 100644 index 0000000..4403ab1 --- /dev/null +++ b/bwie-modules/bwie-clazz/target/classes/mapper/ClazzMapper.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file