摘要: 在Windows中启动nginx提示如下信息 nginx: [emerg] CreateDirectory() "D:\tools\nginx-1.14.0/temp/client_body_temp" failed (3: The system cannot find the path speci 阅读全文
posted @ 2020-08-02 15:57 牧牛人Alec 阅读(2383) 评论(0) 推荐(0)
摘要: springboot启动时遇到上述问题,原因是包冲突 报错如下: java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.Propert 阅读全文
posted @ 2020-08-02 10:13 牧牛人Alec 阅读(21843) 评论(0) 推荐(0)
摘要: 在项目中无法导入import com.aliyun.oss.OSSClientBuilder;是因为依赖版本太低了 这是官方版本,而我的项目中导入的是2.8版本 更改版本就好了 下载成功 阅读全文
posted @ 2020-08-02 07:30 牧牛人Alec 阅读(4561) 评论(0) 推荐(0)
摘要: 面向接口开发。多人分模块开发时,写service(业务层)的人将接口定义好提交到SVN,其它层的人直接可以调用接口方法,而写service层的人也可以通过实现类写具体方法逻辑。达到多人同时开发。 阅读全文
posted @ 2020-08-02 06:22 牧牛人Alec 阅读(955) 评论(0) 推荐(0)