logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

openshift安装教程

实验环境操作系统: Centos 7 x86_64Docker: 17.03.2-ceopenshift: openshift-origin-server-v3.9.0-191fece-linux-64bit.tar安装步骤> Check that sysctl net.ipv4.ip_forward is set to 1.修改 /etc/docker/daem...

#docker#k8s#openshift
springboot注解大全

一、注解(annotations)列表@SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Configuration类并把它加入到程序上下文。@Configuration 等同于spring的XML配置文件;使用Ja...

到底了