It is a web forum application based on Spring Boot, Mybatis and MySQL.
- MySQL config
- username=root
- password=root
- create a database called postalk
- import sql file 'src\main\resources\data.sql'
It is a web forum application based on Spring Boot, Mybatis and MySQL.