Skip to content
/ topone Public

TopOne is an ERP software, which supports the daily activities in e-Commerce.

Notifications You must be signed in to change notification settings

wayi93/topone

Repository files navigation

TopOne

Who am I?

TopOne is an ERP software, which supports the daily activities in e-Commerce.

Frameworks

Spring + SpringMVC + MyBatis

Modules

  • 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

Database

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

System completion progress

  • SSM frameworks are integrated.
  • Module topone_manager can run.
  • Mybatis reverse engineering does work.
  • http://localhost:8080/post/1 could load datas from database.

Test Pages

http://localhost:8080/post/1

About

TopOne is an ERP software, which supports the daily activities in e-Commerce.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages