原创 Spring Boot 2.x學習筆記:集成JPA實現多數據源

Maven依賴配置 <!-- 引入 spring-boot-starter-web 依賴--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId

原创 Spring Boot 2.x學習筆記:集成JPA

Maven依賴配置 <!-- 引入 spring-boot-starter-web 依賴--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId

原创 Spring Boot 2.x學習筆記:集成Redis

Redis簡介 Redis數據庫是一個完全開源免費的高性能Key-Value數據庫。它支持存儲的value類型有五種,包括string(字符串)、list(鏈表)、set(集合)、zset(sorted set –有序集合)和hash(哈

原创 Spring Boot 2.x學習筆記:集成spring-boot-starter-swagger構建強大的API文檔

前言 隨着前後端分離架構和微服務架構的流行,我們使用Spring Boot來構建RESTful API項目的場景越來越多。通常我們的一個RESTful API就有可能要服務於多個不同的開發人員或開發團隊:IOS開發、Android

原创 Spring Boot 2.x學習筆記:集成EhCache和RedisCache實現緩存

Maven依賴配置 <!-- 引入 spring-boot-starter-web 依賴 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactI

原创 Spring Boot 2.x學習筆記:實現定時任務詳解

Maven依賴配置 <!-- 引入 spring-boot-starter-web 依賴 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactI

原创 Docker 學習筆記:Ubuntu16.04上Docker的安裝及基本用法

本文主要介紹在Ubuntu16.04 LTS 64位系統下通過apt的Docker官方源安裝最新的Docker CE(Community Edition),即Docker社區版的步驟。 Docker安裝 卸載可能存在舊版本的docker:

原创 Docker學習筆記:CentOS 8下使用yum安裝Docker

版本說明 Docker支持一下CentOS版本 CentOS 8 (64-bit) 目前,CentOS 僅發行版本中的內核支持 Docker CentOS 7 (64-bit) Docker 運行在 CentOS 7 上,

原创 Docker學習筆記:Docker安裝nexus3.x搭建Maven私服

安裝步驟 查找鏡像 docker search nexus 結果如下: NAME DESCRIPTION

原创 DockerFile及DockerFile Maven插件說明及基本用法

上一篇:Ubuntu16.04上Docker的安裝及基本用法 本文主要內容有: DockerFile常用指令; 使用DockerFile構建Docker鏡像 DockFile Maven插件說明; 使用DockerFile Maven插件