- 博客(6)
- 收藏
- 关注
原创 docker --- Unable to find image 'mysql:latest' locally
docker — Unable to find image ‘mysql:latest’ locally 我的原因是自己电脑 的虚拟关机导致的 方法: 使用docker restart name 重新为镜像重新命名: 使用docker rename ****** redis ...
2019-07-21 23:42:10
12041
原创 CentOs7安装docker、mysql遇到的问题点及解决方案
1、首先安装 CentOS7时网络选择 NAT 2、安装ContOs7 后需要安装Firewalld 获取,并关闭、开机禁止 firewalld 防火墙,命令如下: yum install firewalld 然后关闭防火墙 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: syst...
2019-07-19 23:00:21
801
1
原创 spring boot thymeleaf 与layui 整合
需要添加一下依赖 net.sourceforge.nekohtml nekohtml 1.9.22 并且需要修改applicatio.yml 由 thymeleaf.mode:HTML5修改为thymeleaf.mode:LEGACYHTML5 如: server: port: 80 tomcat: uri...
2019-07-02 23:34:59
1757
原创 Spring boot扫描包@ComponentScan 、@EnableJpaRepositories、@EntityScan
package com.reptile.springboot.start; /** Alipay.com Inc. Copyright © 2004-2019 All Rights Reserved. */ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigu...
2019-07-02 23:30:32
1946
原创 Spring源码 学习---XmlBeanFactory--- 容器的基本实现
Spring源码 学习—XmlBeanFactory 一、XMLBeanFactory 基本用法 /** * Alipay.com Inc. Copyright (c) 2004-2019 All Rights Reserved. */ package org.springframework; import org.springframework.beans.factory.BeanFac...
2019-05-18 15:55:16
231
原创 Spring源码学习------ spring源码导入
Spring源码学习------ spring源码导入 一. 下载spring源码 具体工具按照就不说了,网上一大推教程,自己去看去 有两种方法: 1.是spring 官网下载 2.使用git git clone https://github.com/spring-projects/spring-framework.git 二使用idea对spring 源码进行编译 使用Gradle 进行编译 具...
2019-05-18 14:26:32
371
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅