摘要: ubuntu 虚拟机配置 IP、子网掩码、网关、DNS 执行 sudo vim /etc/network/interfaces 添加如下配置: auto eth0 iface eth0 inet static address 192.168.xx.xxx (ip) netmask 255.255.2 阅读全文
posted @ 2019-12-24 16:44 javaju 阅读(1518) 评论(0) 推荐(0)
摘要: 添加依赖 <! mybatis plus的springboot支持 <dependency <groupId com.baomidou</groupId <artifactId mybatis plus boot starter</artifactId <version 3.0.5</version 阅读全文
posted @ 2019-11-25 22:02 javaju 阅读(1082) 评论(0) 推荐(0)
摘要: FastDFS的安装这里不演示 nginx.conf #图片服务 upstream img_server_pool{ server 192.168.133.131:80 weight=10; } #学成网图片服务 server { listen 80; server_name img.xuechen 阅读全文
posted @ 2019-11-17 20:08 javaju 阅读(734) 评论(0) 推荐(0)
摘要: 添加项目所需要的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <!-- taobao fastdfs 阅读全文
posted @ 2019-11-16 15:24 javaju 阅读(3369) 评论(0) 推荐(1)