代码改变世界

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林 阅读(149) 评论(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林 阅读(2819) 评论(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林 阅读(188) 评论(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林 阅读(472) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示