TopOne is an ERP software, which supports the daily activities in e-Commerce.
Spring + SpringMVC + MyBatis
- topone_parent :: Global dependencies and settings
- topone_common :: General tools
- topone_redis :: Caching for concurrency issues and high-traffic
- topone_rest :: Restful API
- topone_search :: Search engine e.g. solr
- topone_sso :: Single Sign On
- topone_manager :: Backoffice module
- topone_manager_mapper :: Mybatis Mapper
- topone_manager_pojo :: Mybatis Pojo
- topone_manager_service :: Services
- topone_manager_web :: Backoffice portal
MySQL 8.0.15
Authentication: /topone/topone_manager/topone_manager_web/src/main/resources/properties/db.properties
jdbc_url=jdbc:mysql://localhost:3306/topone_db?serverTimezone=UTC
jdbc_user=username
jdbc_password=password
jdbc_driver=com.mysql.cj.jdbc.Driver
- SSM frameworks are integrated.
- Module topone_manager can run.
- Mybatis reverse engineering does work.
- http://localhost:8080/post/1 could load datas from database.