Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 955 Bytes

File metadata and controls

54 lines (38 loc) · 955 Bytes

NMethod

后台

底层 core

  • spring ioc 控制反转
  • iJDBC 封装jdbc 操作
  • spring mvc 分发视图
  • util 封装通用基础方法

服务模块 module

  • 缓存服务 implements org.springframework.cache
  • 邮件服务 javax.mail
  • 消息服务 org.springframework.jms.core.JmsTemplate
  • 定时服务 org.springframework.scheduling.quartz.*
  • restClient org.springframework.web.client.RestTemplate

基础应用

  • 用户 /user
  • 登录 /auth
  • 权限 /Permission
  • 访问日志 /visitLog
  • 系统参数 /option
  • 表单提交 /form
  • 报表生成 /chart
  • 导入excel /import
  • 导出excel /export
  • 图表生成 /chart
  • 短地址 /short
  • 二维码 /qrCode
  • 视图跳转 /mvc

前台

模块话单页面应用

  • vuejs singlePageApplication
  • angularJs singlePageApplication
  • seajs webModuleApplication

css 预编译

  • less

工程化工具

  • gulp
  • webpack

extend