TypeScript, Vue.js, SpringBoot, MyBatis, MySQL
- Go to dir music-client/music-manage
npm install
npm run serve
- Go to dir MusicServer
./mvnw spring-boot:run
or build and run the project from IntelliJ
- Start Redis Server Run following command in terminal
redis-server
- Open MySQL Run following command in terminal
mysql -u root -p