摘要:2019年4月14日00:14:26 原文:https://www.oschina.net/translate/understanding-accepting-and-leveraging-optional-in?lang=chs&page=1# https://www.oschina.net/tr
阅读全文
摘要:SpringCloud Alibaba学习笔记 目录# 目录 目录 导学 为什么学 学习目标 进阶目标 思路 Spring Cloud Alibaba的重要组件 环境搭建 Spring Boot必知必会 Spring Boot特性 编写第一个Spring Boot应用 Spring Boot应用组成
阅读全文
摘要:2020年1月9日17:22:41 github: https://github.com/zh7314/wxpay-sdk 官方文档和sdk https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=11_1 官方也是也有一个0.0.3版本在m
阅读全文
摘要:2019年5月1日21:39:55 原文:http://docs.jboss.org/hibernate/orm/5.4/javadocs/ 这个是hibernate 5.4版本 基于hibernate的一些工具api文档 http://docs.jboss.org/hibernate/ sprin
阅读全文
摘要:2019年4月26日21:41:48 java jdk源码下载 http://jdk.java.net/java-se-ri/8 boolen 8位 1个字节int 32位 4个字节float 32位 4个字节double 64位 8个字节char 16位 2个字节byte 8位 1个字节short
阅读全文
摘要:2019年4月4日15:00:30 pom添加更新 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependen
阅读全文
摘要:2019年3月21日17:09:59 英文原版: https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html 官方文档:https://spring.io/proj
阅读全文
摘要:2019年3月17日22:30:10 一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot
阅读全文
摘要:2019年2月19日19:25:42 版本 2.1.3.RELEASE 1,本地开发需要加依赖库,保存实时热更新 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</ar
阅读全文