- 博客(6)
- 收藏
- 关注
原创 集群下Quartz+Oracle搭建
启动类QuartzApplication@ImportResource(locations = { "classpath:dataSource.xml", "classpath:applicationContext.xml" })@SpringBootApplicationpublic class QuartzApplication {private static final Lo
2017-11-05 20:03:34
1933
原创 初学Nginx(三)upstream初步体验
新建四个springboot工程都添加org.springframework.bootspring-boot-starter-web1.5.4.RELEASE工程1 名称为8021 端口为8021@SpringBootApplication@RestControllerpublic class Main8021{ public st
2017-08-27 16:21:51
380
原创 初学Nginx(二)静态文件实现按文件夹分离
nginx路径 D:\nginx-1.12.1 更改端口为8081tomcat 路径 D:\nginx-1.12.1\apache-tomcat-7.0.70tomcat根目录 D:\nginx-1.12.1\apache-tomcat-7.0.70\webapps\ROOTnginx.conf#user nobody;worker_processes 1;
2017-08-27 15:37:06
1082
原创 初学Nginx(一)监听两个端口,实现转发
#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events { wo
2017-08-26 14:42:07
21587
原创 springboot插件配置
org.apache.maven.plugins maven-compiler-plugin 3.3 1.8 1.8 org.apache.maven.plugins maven-source-plugin
2017-06-01 15:29:51
694
原创 CentOS 7下 docker pull加速 亲测可用
CentOS的配置方式略微复杂,需要先将默认的配置文件复制出来/lib/systemd/system/docker.service -> /etc/systemd/system/docker.service然后再将加速器地址添加到配置文件的启动命令重启Docker就可以了。以下为加速器地址https://dev.aliyun.com/detail.html?spm=51
2017-04-15 01:47:32
535
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人