学习文档/手册

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

 

About IT books

技术书籍  http://blog.didispace.com/free-books.html(《程序员的自我修养》)

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

 Servlet API: http://tomcat.apache.org/tomcat-5.5-doc/servletapi/

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

website Of Information Technology team

阿里巴巴Java开发手册 

http://kangroo.gitee.io/ajcg/#/oop

 

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

 

http://10.194.11.241:8090/pages/viewpage.action?pageId=4064937

 

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

 

Spring boot 学习指南

1、基于springboot 的guns项目构建参照  :https://gitee.com/didispace

2、Spring boot 基础学习(代码+说明),参照:https://gitee.com/didispace/SpringBoot-Learning

3、Spring boot 理论知识学习   《Java EE 开发的颠覆者   Spring Boot 实战》第五章

 Spring Boot Reference Guide :https://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#getting-started-installation-instructions-for-java

Spring Boot 参考指南(翻译中) http://oopsguy.com/documents/springboot-docs/1.5.4/index.html

 

jdk 1.8  +Spring boot 最低要求1.6

 

笔记如下:

1、spring boot 官网入口:   

1)https://projects.spring.io/spring-boot/

2)https://spring.io/  --> projects -->spring boot

 CLI :命令行界面

2、maven 了解

它现在可以用于构建和管理任何基于java的项目。

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

Apache Maven是一个软件项目管理和理解工具 。基于项目对象模型(POM)的概念,Maven可以从中心信息中管理项目的构建、报告和文档。 

maven的目标:

构建过程容易 

提供统一的构建系统 

提供高质量的项目信息 

为最佳做法制定提供准则

允许透明迁移 到新功能

别的项目构建工具:

①Gradle

Gradle是一个基于Apache Ant和Apache Maven概念的项目自动化构建工具。它使用一种基于Groovy的特定领域语言(DSL)来声明项目设置,抛弃了基于XML的各种繁琐配置。
面向Java应用为主。当前其支持的语言限于Java、Groovy、Kotlin和Scala,计划未来将支持更多的语言。

②Apache Ant,是一个将软件编译、测试、部署等步骤联系在一起加以自动化的一个工具,大多用于Java环境中的软件开发。由Apache软件基金会所提供。

2-1、 maven 各参数的意义

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

junit测试学习指南

junit      http://junit.sourceforge.net/javadoc/

junit5    http://junit.org/junit5/

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

 

posted on 2018-06-13 14:43  helloJava小白  阅读(77)  评论(0)    收藏  举报

导航