代码改变世界

07 2017 档案

nginx 真实ip
摘要:server { listen 80; server_name localhost; location /{ root html; index index.html index.htm; proxy_pass http://backend; proxy_redirect off; proxy_set 阅读全文

posted @ 2017-07-28 10:36 Captain林 阅读(168) 评论(0) 推荐(0)

springboot 跳过单元测试
摘要:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>true</skip> </configuration> 阅读全文

posted @ 2017-07-27 10:57 Captain林 阅读(2851) 评论(0) 推荐(0)

nginx 配置
摘要:user mindx;worker_processes 2; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; events 阅读全文

posted @ 2017-07-21 10:05 Captain林 阅读(206) 评论(0) 推荐(0)

spring-boot 外部jar 打包 配置
摘要:<plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <compilerArguments> < 阅读全文

posted @ 2017-07-10 10:39 Captain林 阅读(482) 评论(0) 推荐(0)

导航