You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
gdlgxy2312402040342 af47407b6f
ADD file via upload
1 day ago
Course.java ADD file via upload 4 days ago
CourseController.java ADD file via upload 4 days ago
CourseRepository.java ADD file via upload 4 days ago
CourseService.java ADD file via upload 4 days ago
DatabaseTest.java ADD file via upload 4 days ago
Equipment.java ADD file via upload 4 days ago
EquipmentController.java ADD file via upload 4 days ago
EquipmentRepository.java ADD file via upload 4 days ago
EquipmentService.java ADD file via upload 4 days ago
GymApplication.java ADD file via upload 4 days ago
HomeController.java ADD file via upload 4 days ago
MD5Util.java ADD file via upload 4 days ago
MaintenanceRecord.java ADD file via upload 4 days ago
MaintenanceRecordRepository.java ADD file via upload 4 days ago
MaintenanceService.java ADD file via upload 4 days ago
README.md Update README.md 4 days ago
StaticResourceConfig.java ADD file via upload 4 days ago
TestMySQL.java ADD file via upload 4 days ago
TrainingPlan.java ADD file via upload 4 days ago
TrainingPlanController.java ADD file via upload 4 days ago
TrainingPlanRepository.java ADD file via upload 4 days ago
TrainingPlanService.java ADD file via upload 4 days ago
User.java ADD file via upload 4 days ago
UserController.java ADD file via upload 4 days ago
UserRepository.java ADD file via upload 4 days ago
UserService.java ADD file via upload 4 days ago
WebConfig.java ADD file via upload 4 days ago
WebMvcConfig.java ADD file via upload 4 days ago
application.properties ADD file via upload 4 days ago
auth-check.js ADD file via upload 4 days ago
auth.js ADD file via upload 4 days ago
coach-management.html ADD file via upload 4 days ago
course-management.html ADD file via upload 4 days ago
data-analysis-reports.html ADD file via upload 4 days ago
equipment-management.html ADD file via upload 4 days ago
gym_db.sql ADD file via upload 4 days ago
health-data.html ADD file via upload 4 days ago
help.html ADD file via upload 4 days ago
index.html ADD file via upload 4 days ago
member-points-rewards.html ADD file via upload 4 days ago
payment-settlement.html ADD file via upload 4 days ago
server.js ADD file via upload 4 days ago
training-plan-management.html ADD file via upload 4 days ago
user-courses.html ADD file via upload 4 days ago
user-login.html ADD file via upload 4 days ago
user-registration.html ADD file via upload 4 days ago
user-reservation.html ADD file via upload 4 days ago
user-schedule.html ADD file via upload 4 days ago
welcome.html ADD file via upload 4 days ago
初期页面优化、系统测试、详细设计、任务书撰写.zip ADD file via upload 4 days ago
构建页面初步外观,包图层次结构、总体流程图、详细设计 (2).zip ADD file via upload 2 days ago
第1章 问题描述与需求分析.docx ADD file via upload 2 days ago
第5章 总结与展望.docx ADD file via upload 2 days ago
第四章编码实现与测试、中英文摘要、测试.zip ADD file via upload 1 day ago

README.md

SmartGymManagementSystem

卷 OS 的文件夹 PATH 列表 卷序列号为 D027-C715 完整的项目树型结构图如下: C:. │ .gitignore │ check-files.bat │ create-missing-files.bat │ fix-all-problems.bat │ fix-encoding.bat │ pom.xml │ README.txt │ restore-links.bat │ setup-database.bat │
├─.idea │ │ .gitignore │ │ compiler.xml │ │ dataSources.local.xml │ │ dataSources.xml │ │ data_source_mapping.xml │ │ encodings.xml │ │ jarRepositories.xml │ │ misc.xml │ │ sqldialects.xml │ │ workspace.xml │ │ 智能健身房管理系统.iml │ │
│ ├─artifacts │ │ smart_gym_system_jar.xml │ │ smart_gym_system_jar2.xml │ │
│ ├─dataSources │ │ │ b8d21def-3936-40a4-96b5-31b624dc67e4.xml │ │ │
│ │ └─b8d21def-3936-40a4-96b5-31b624dc67e4 │ │ └─storage_v2 │ │ └─_src_ │ │ └─schema │ │ information_schema.FNRwLQ.meta │ │ mysql.osA4Bg.meta │ │ performance_schema.kIw0nw.meta │ │ sys.zb4BAA.meta │ │
│ └─dictionaries │ project.xml │
├─.mvn ├─data │ gym_db.sql │
├─out │ └─artifacts │ └─smart_gym_system_jar │ smart-gym-system.jar │
├─src │ ├─main │ │ ├─java │ │ │ └─com │ │ │ └─gym │ │ │ │ GymApplication.java │ │ │ │
│ │ │ ├─config │ │ │ │ StaticResourceConfig.java │ │ │ │ WebConfig.java │ │ │ │ WebMvcConfig.java │ │ │ │
│ │ │ ├─controller │ │ │ │ CourseController.java │ │ │ │ EquipmentController.java │ │ │ │ HomeController.java │ │ │ │ TrainingPlanController.java │ │ │ │ UserController.java │ │ │ │
│ │ │ ├─model │ │ │ │ Course.java │ │ │ │ Equipment.java │ │ │ │ MaintenanceRecord.java │ │ │ │ TrainingPlan.java │ │ │ │ User.java │ │ │ │
│ │ │ ├─repository │ │ │ │ CourseRepository.java │ │ │ │ EquipmentRepository.java │ │ │ │ MaintenanceRecordRepository.java │ │ │ │ TrainingPlanRepository.java │ │ │ │ UserRepository.java │ │ │ │
│ │ │ ├─service │ │ │ │ CourseService.java │ │ │ │ EquipmentService.java │ │ │ │ MaintenanceService.java │ │ │ │ TrainingPlanService.java │ │ │ │ UserService.java │ │ │ │
│ │ │ ├─test │ │ │ │ DatabaseTest.java │ │ │ │ TestMySQL.java │ │ │ │
│ │ │ └─util │ │ │ MD5Util.java │ │ │
│ │ └─resources │ │ │ application.properties │ │ │
│ │ ├─META-INF │ │ │ MANIFEST.MF │ │ │
│ │ └─static │ │ └─smart-gym │ │ │ coach-management.html │ │ │ course-management.html │ │ │ data-analysis-reports.html │ │ │ equipment-management.html │ │ │ health-data.html │ │ │ help.html │ │ │ index.html │ │ │ member-points-rewards.html │ │ │ payment-settlement.html │ │ │ training-plan-management.html │ │ │ user-courses.html │ │ │ user-login.html │ │ │ user-registration.html │ │ │ user-reservation.html │ │ │ user-schedule.html │ │ │ welcome.html │ │ │
│ │ ├─images │ │ │ 656fd658363bdadcdacf33fe57fe59f.jpg │ │ │ 7377090444f8d65f1dca4d46b37ca49.png │ │ │
│ │ └─js │ │ auth-check.js │ │ auth.js │ │ server.js │ │
│ └─test │ └─java ├─target │ │ smart-gym-system-1.0.0.jar │ │ smart-gym-system-1.0.0.jar.original │ │
│ ├─classes │ │ │ application.properties │ │ │
│ │ ├─com │ │ │ └─gym │ │ │ │ GymApplication.class │ │ │ │
│ │ │ ├─config │ │ │ │ StaticResourceConfig.class │ │ │ │ WebConfig.class │ │ │ │ WebMvcConfig.class │ │ │ │
│ │ │ ├─controller │ │ │ │ CourseController.class │ │ │ │ EquipmentController.class │ │ │ │ HomeController.class │ │ │ │ TrainingPlanController.class │ │ │ │ UserController.class │ │ │ │
│ │ │ ├─model │ │ │ │ Course.class │ │ │ │ Equipment.class │ │ │ │ MaintenanceRecord.class │ │ │ │ TrainingPlan.class │ │ │ │ User.class │ │ │ │
│ │ │ ├─repository │ │ │ │ CourseRepository.class │ │ │ │ EquipmentRepository.class │ │ │ │ MaintenanceRecordRepository.class │ │ │ │ TrainingPlanRepository.class │ │ │ │ UserRepository.class │ │ │ │
│ │ │ ├─service │ │ │ │ CourseService.class │ │ │ │ EquipmentService.class │ │ │ │ MaintenanceService.class │ │ │ │ TrainingPlanService.class │ │ │ │ UserService.class │ │ │ │
│ │ │ ├─test │ │ │ │ DatabaseTest.class │ │ │ │ TestMySQL.class │ │ │ │
│ │ │ └─util │ │ │ MD5Util.class │ │ │
│ │ ├─META-INF │ │ │ MANIFEST.MF │ │ │
│ │ └─static │ │ └─smart-gym │ │ │ coach-management.html │ │ │ course-management.html │ │ │ data-analysis-reports.html │ │ │ equipment-management.html │ │ │ health-data.html │ │ │ help.html │ │ │ index.html │ │ │ member-points-rewards.html │ │ │ payment-settlement.html │ │ │ training-plan-management.html │ │ │ user-courses.html │ │ │ user-login.html │ │ │ user-registration.html │ │ │ user-reservation.html │ │ │ user-schedule.html │ │ │ welcome.html │ │ │
│ │ ├─images │ │ │ 656fd658363bdadcdacf33fe57fe59f.jpg │ │ │ 7377090444f8d65f1dca4d46b37ca49.png │ │ │
│ │ └─js │ │ auth-check.js │ │ auth.js │ │ server.js │ │
│ ├─generated-sources │ │ └─annotations │ ├─generated-test-sources │ │ └─test-annotations │ ├─maven-archiver │ │ pom.properties │ │
│ ├─maven-status │ │ └─maven-compiler-plugin │ │ ├─compile │ │ │ └─default-compile │ │ │ createdFiles.lst │ │ │ inputFiles.lst │ │ │
│ │ └─testCompile │ │ └─default-testCompile │ │ createdFiles.lst │ │ inputFiles.lst │ │
│ └─test-classes └─智能健身房管理系统 │ auto-backup.bat │ compile-tray.ahk │ img.png │ install.bat │ manager.bat │ README.txt │ service-install.bat │ smart-gym-system-1.0.0.jar │ start.bat │ tray-app.ahk │ uninstall.bat │ 生成健身房管理系统图标.ico │
└─scripts gym_db.sql