All Projects → pocketdigi → SpringMVCWithAngular2

pocketdigi / SpringMVCWithAngular2

Licence: other
SpringMVC整合Angular2 demo

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to SpringMVCWithAngular2

Learningsummary
涵盖大部分Java进阶需要掌握的知识,包括【微服务】【中间件】【缓存】【数据库优化】【搜索引擎】【分布式】等等,欢迎Star~
Stars: ✭ 201 (+1156.25%)
Mutual labels:  mybatis, springmvc
GymMS
Gym management system based on SSM.
Stars: ✭ 26 (+62.5%)
Mutual labels:  mybatis, springmvc
Bookshop
📖 基于 SSM 框架的二手书交易系统
Stars: ✭ 223 (+1293.75%)
Mutual labels:  mybatis, springmvc
Lyonblog
基于Java8的SSM+Elasticsearch全文检索的个人博客系统
Stars: ✭ 169 (+956.25%)
Mutual labels:  mybatis, springmvc
SSM Project
这个一个SSM+shiro+maven+bootstrap的项目实战,经典的图书管理系统。
Stars: ✭ 30 (+87.5%)
Mutual labels:  mybatis, springmvc
Myuploader Backend
单文件上传,多文件上传,大文件上传,断点续传,文件秒传,图片上传
Stars: ✭ 177 (+1006.25%)
Mutual labels:  mybatis, springmvc
Shop
SSM 框架搭建的网上游戏商城(仿Steam)
Stars: ✭ 238 (+1387.5%)
Mutual labels:  mybatis, springmvc
Ibase4j
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
Stars: ✭ 1,548 (+9575%)
Mutual labels:  mybatis, springmvc
Goku.Framework.CoreUI
基于 SpringBoot + Spring + SpringMvc+Mybatis+CoreUI +Layui 开发后台管理程序
Stars: ✭ 87 (+443.75%)
Mutual labels:  mybatis, springmvc
blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-12.5%)
Mutual labels:  mybatis, springmvc
Priest
dubbo mybatis springboot base soa rest api framework with customer code generator
Stars: ✭ 160 (+900%)
Mutual labels:  mybatis, springmvc
learn-java-demo
java学习demo
Stars: ✭ 17 (+6.25%)
Mutual labels:  mybatis, springmvc
Echo
🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。
Stars: ✭ 129 (+706.25%)
Mutual labels:  mybatis, springmvc
Blog
每周一篇,内容精简,不咸不淡,期盼探讨。微信公众号:芋道源码【纯源码分享公众号】
Stars: ✭ 2,327 (+14443.75%)
Mutual labels:  mybatis, springmvc
Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+10143.75%)
Mutual labels:  mybatis, springmvc
Springmvc Mybatis Learning
SpringMVC 和 MyBatis 学习笔记,搭配示例,主要讲解一些基础的概念、用法和配置
Stars: ✭ 2,689 (+16706.25%)
Mutual labels:  mybatis, springmvc
Jeeplatform
一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区
Stars: ✭ 1,285 (+7931.25%)
Mutual labels:  mybatis, springmvc
Seckill
基于SpringMVC,Spring,MyBatis实现的秒杀系统(参见慕课网,做了些改动)
Stars: ✭ 93 (+481.25%)
Mutual labels:  mybatis, springmvc
app
本科期间写的一些应用程序
Stars: ✭ 40 (+150%)
Mutual labels:  mybatis, springmvc
Java-CS-Record
记录准备春招实习过程中,学习与复习的知识(模块化整理,非面试题速成)。注:暂停更新,后续请移步博客
Stars: ✭ 73 (+356.25%)
Mutual labels:  mybatis, springmvc

SpringMVC+MyBatis+FreeMarker+Angular2 Demo

模块化分离代码
  • biz:Service 业务逻辑层
  • client:对外的接口定义
  • dal:数据持久化层
  • web:控制器层
  • common:一些公共类

用到的框架:

  1. SpringMVC
  2. Mybatis
  3. FreeMarker
  4. log4j+slf4j
  5. Gson
  6. Angular2

使用方法

  1. 全局搜索 ${project.groupId},${project.artifactId},${project.version}替换项目的groupId,artifactId,version。 如果直接使用表达式,打包会有警告,但也不会报错。
  2. 更改包名。在web/src/main/java/com.pocketdigi.demo上按shift+F6(快捷键可能不一样,右键-Refactor-rename也是可以的),选择Rename Package
  3. git remote remove origin
  4. git remote add origin xxxxx

Angular目录在web/src/main/angular,生成的dist目录在web/src/main/webapp/dist

Angular监听文件变化自动构建:npm run develop,建议在idea添加运行配置

发布:mvn package

配置步骤参考SpringMVC Angular2 Intellij Idea 开发环境搭建

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].