The recommended tamguo in this issue is an online question bank system developed based on Java, including online access, backend operation, membership center, book center, etc.
Project Structure
- Tamguo common: Some basic tool packagesThe tamguo modules core relies on tamguo common, which mainly includes core business packages such as data processing, file processing, email processing, SMS processing, and so on.Tamguo BMS book system https://book.tamguo.com Book System Presentation Layer
Tamguo mms Membership Center https://member.tamguo.com
Tamguo oms backend management system https://admin.tamguo.com
Tamguo crawler crawler program, run as a standalone project
start
Install Redis
Because the official website does not have a Windows Redis version, we downloaded the Windows version of Redis from GitHub
Address: https://github.com/MicrosoftArchive/redis/releases
Download the package Redis-x64-3.2.100.zip, unzip it, and execute redis-server. exe
Install MySQL
Import the db file under tamguo into mysql, paying attention to the database name.
Install jdk1.8
Start tms
Find application.rperties under tamguo tms.
- Domain.name//Page references the prefix of static resources
Membership. domain.name//Member system redirects to domain name
Cookie.damian.name//Related to session, locally configured as local
Server. port//Service port
Spring.ddatasource.url//Database connection address
Spring.ddatasource.username//Database connection username
Redis. hostname//Redis service address
Redis Port//Redis Port
File. storage. path//Upload file storage path
After confirming that the properties are correct, start the application using springboot mode.
Start up successfully here, access http://localhost:8081/
So far, TMS has been successfully launched, targeting users such as teachers, students, etc
Launch BMS (Book Project)
Just configure application.rperties like TMS and start application.jva
Activate MMS (Membership System)
Just configure application.rperties like TMS and start application.jva
Start OMS (backend operation system)
Just configure application.rperties like TMS and start application.jva
