03 2018 档案

CentOS7 64位下MySQL5.7的yum安装与配置
摘要:安装环境 CentOS 7 64位 安装 1. 配置YUM源 在MySQL官网下载YUM源的rpm安装包 https://dev.mysql.com/downloads/repo/yum/ 看到上述所示表示安装成功 PS:可以通过vim /etc/yum.repos.d/mysql-communit 阅读全文

posted @ 2018-03-22 11:11 隔壁公司的程序员 阅读(169) 评论(0) 推荐(0)

SpringBoot(二):WEB篇
摘要:上篇文章介绍了Spring Boot的部分特性:SpringBoot(二):入门篇,讲解了SpringBoot的启动类、配置文件、日志、多环境等 本章及后续几章将基于此 搭建一个完整可供日常使用的WEB开发框架(有些未必是SpringBoot体系栈的功能,但是在日常开发中都会普遍使用到) WEB层 阅读全文

posted @ 2018-03-21 15:07 隔壁公司的程序员 阅读(1246) 评论(0) 推荐(1)

SpringBoot(二):入门篇
摘要:上篇文章介绍了Spring Boot的Demo教程:SpringBoot(一):初章,方便大家快速入门、了解、实践Spring Boot的特性; 本章则继续介绍Spring Boot的其它特性 入口类和@SpringBootApplication 上篇说过,我们通过IDEA新建一个Project后, 阅读全文

posted @ 2018-03-20 18:25 隔壁公司的程序员 阅读(983) 评论(0) 推荐(0)

SpringBoot(一):初章
摘要:什么是spring boot?(废话一堆的blablabla) SpringBoot官方文档,是这么介绍SpringBoot的: Spring Boot makes it easy to create stand-alone, production-grade Spring based Applic 阅读全文

posted @ 2018-03-20 13:04 隔壁公司的程序员 阅读(251) 评论(0) 推荐(0)

导航