Traveller项目技术资料

Spring

  • Spring PecClinic:Spring官方的宠物医院项目
  • it.zhaozhao.info/archives/63818:SPRING JPA入门
  • Spring Data REST:http://projects.spring.io/spring-data-rest
  • Spring Data JPA:http://projects.spring.io/spring-data-jpa

 Bootstrap

  • www.bootcss.com:中文网
  • wrapbootstrap.com:bootstrap模板,我的项目中用到了其中的一些布局和CSS
  • http://1000hz.github.io/bootstrap-validator:bootstrap前端校验

 Webjar

  • webjars.org:官方网站

 Anglarjs

  • www.ngnice.com:Anjularjs中文网
  • 慕课网大漠穷秋Angularjs视频教程
  • https://github.com/samer-abdelkafi/ng-project:Angularjs开发入门实例
  • http://www.sitepoint.com/creating-crud-app-minutes-angulars-resource:Angularjs CRUD实例
  • https://github.com/angular-ui/ui-router :UI-Router导航组件
  • https://github.com/mgonto/restangular/blob/master/README.md :Restangular组件
  • http://inhu.net/publish-angular-ueditor.html :百度Ueditor+angular结合的在线文本编辑器
  • https://github.com/fraywing/textAngular:简单的在线文本编辑器
  • https://github.com/techdev-solutions:包括前端后端,很全面的学习spring-Angular的项目
  • https://github.com/guylabs/angular-spring-data-rest:SpringRest的项目实例
  •  关于前端Angularjs前端校验,我在用户登陆注册的模块就使用了类似的方法
    http://www.cnblogs.com/woshinidezhu/p/Form-validation-with-AngularJS.html
    另外,文章中提到了通过指令验证重复用户名的方法,暂时不考虑
  • https://github.com/g00glen00b/ng-spring-data
    http://g00glen00b.be/spring-data-angular/
    http://blog.techdev.de/trackr-an-angularjs-app-with-a-java-8-backend-part-i/


  Hibernate

  • http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html : 官方指导文档

  Nginx

  • https://linux.cn/article-4279-1.html 
原文地址:https://www.cnblogs.com/mingziday/p/4841704.html