Spring Boot 2 Release Notes

这个文章是我翻译的第一篇文章,累死我了。但是翻译完成后还是满满的自豪感。下次在为大家翻译spring boot2.0 吧

阅读全文

GIT作为SVN的客户端说明

本文是阅读《Pro GIT》中关于git作为SVN客户端的相关资料。我认为使用git来进行svn的开发是不方便的,但是git svn可以作为一个简单的代码同步工具来review代码,这个还是非常方便的。这也是我所在工作中需要的。

阅读全文

svn说明文档

SVN说明文档,我将我认为有用的部分汇总到这边了

阅读全文

<<Spring Boot 2>> 9. System Requirements

Spring Boot 2.0.0.RC2 requires Java 8 or 9 and Spring Framework 5.0.4.RELEASE or above. Explicit build support is provided for Maven 3.2+ and Gradle 4.

阅读全文

<<Spring Boot 2>> 8 Introducing Spring Boot.md

Spring Boot makes it easy to create stand-alone, production-grade Spring-based Applications that you can run. We take an opinionated view of the Spring platform and third-party libraries, so that you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.

阅读全文

使用AWS Lambda记录

使用AWS Lambda

阅读全文

Java SPI 机制初探

这个我计划分为几个部分一起来说明下JAVA的SPI机制。

阅读全文

搭建个人的科学上网工具

使用aws+shadowsocks作为科学上网的工具

阅读全文

Java Revealed Chapter JShell

转载其他人对于Jshell的翻译

阅读全文

Java 9 Revealed Chapter 12 Process API

转载其他人对于Process API的翻译

阅读全文