摘要: 第一步:打包方式改为war pom文件: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!-- 移除嵌入式tomcat插件 --> 阅读全文
posted @ 2020-10-14 14:33 9529 阅读(108) 评论(0) 推荐(0) 编辑
摘要: PO(persistant object):持久对象。最形象的理解就是一个PO就是数据库中的一条记录。好处是可以把一条记录作为一个对象处理,可以方便的转为其它对象。DO(Domain Object):领域对象,就是从现实世界中抽象出来的有形或无形的业务实体。DAO(Data access objec 阅读全文
posted @ 2020-09-08 10:43 9529 阅读(104) 评论(0) 推荐(0) 编辑
摘要: @ControllerAdvice是Spring提供的注释,使您可以编写可应用于各种控制器的全局代码-从所有控制器到选定的包,甚至是特定的注释。在这个简短的教程中,我们将专注于处理异常使用@ControllerAdvice和@ExceptionHandler(@InitBinder和@ModalAt 阅读全文
posted @ 2020-09-03 11:20 9529 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 阿里OSS文档 Bucket存储空间Object对象或者文件EndpointOSS 访问域名 更多请看 配置文件 alibaba: cloud: access-key: LTAI4GAx***cmUvBy3DHmeJh secret-key: UHLJorhm***p9xObtSr7bprErS1t 阅读全文
posted @ 2020-09-03 10:07 9529 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 去官网下载http://www.zhuozhengsoft.com/dowm/ 拷贝集成文件/lib下的jar包到D盘根目录 然后执行如下语句 mvn install:install-file -DgroupId=com.zhuozhengsoft -DartifactId=pageoffice - 阅读全文
posted @ 2020-09-02 11:27 9529 阅读(1256) 评论(0) 推荐(1) 编辑
摘要: renren_fast(用于人人开源后台) guli_pms 商品模块 guli_oms --订单模块 guli_wms 仓储模块 guli_ums --用户模块 guli_sms 优惠券模块 数据库文件在 https://gitee.com/zongyaohuang/GuLi-Spring-Clo 阅读全文
posted @ 2020-08-24 23:40 9529 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 一、选择gitee作为代码托管仓库。 二、设置 用户信息设置: $ git config --global user.name "用户名" $ git config --global user.email "邮箱" SSH配置: 打开git bash执行生成公钥和私钥的命令:ssh-keygen - 阅读全文
posted @ 2020-08-24 23:12 9529 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 使用docker log 容器id查看报错日志 Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or directory) 2020-08-24T07:46:16.964806Z 0 [ERROR] [MY- 阅读全文
posted @ 2020-08-24 16:24 9529 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: 百兆光纤,高速下载,再也不用担心 网速慢 啦~ 进入下载http://apache.apooloo.cn/#/down/67455649ef958ea30cef8efe0a7a9ed8 下载,点击安装,安装完成后,配置好环境变量(复制C:\Program Files\MySQL\MySQL Serv 阅读全文
posted @ 2020-08-24 10:22 9529 阅读(141) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate. 阅读全文
posted @ 2020-08-10 17:49 9529 阅读(53) 评论(0) 推荐(0) 编辑