Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 831 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 831 Bytes

简介

微旅社区(http://www.wetour.cc)。

wetour.cc -> We Tour (Chinese) Community

核心模块

  • wetour-mbg

    MyBatis代码自动生成模块。每个模块对应一个xxx-config.xml配置文件,只要配置好相应的数据库表,即可分模块自动生成对应的Entity、Mapper、Service、ServiceImpl、Controller、映射文件,以及Java类的版权信息、类注释、方法注释等、实体属性注释,同时会为生成的Entity、Controller添加相应的Swagger注解。

  • wetour-common

    通用模块。

  • wetour-user

    用户模块。

  • wetour-sns

    社区模块。

  • wetour-portal

    门户网站。

  • wetour-admin

    管理后台。