摘要: 这个坑太深了,搞了半天,才搞好,在这里谢谢原创: https://www.cnblogs.com/xqz0618/p/MybatisGeneratorError.html 阅读全文
posted @ 2019-07-13 16:32 宗贵涛 阅读(417) 评论(0) 推荐(0) 编辑
摘要: eclipse 安装spring插件: https://blog.csdn.net/wysnxzm/article/details/78595268 如果不识别yml文件需要安装 yedit 插件: https://blog.csdn.net/weixin_42475367/article/deta 阅读全文
posted @ 2019-07-10 15:24 宗贵涛 阅读(787) 评论(0) 推荐(0) 编辑
摘要: 公司最近搭建微服务,现在我将项目的一点一滴记录下来,希望能帮助到需要的人 目前暂时第一版为:springboot+mybatis+thymeleaf+shiro+日志 今天介绍 idea 配置阿里maven 1.在路径:C:\Users\Administrator\.m2 下创建:repositor 阅读全文
posted @ 2019-07-09 11:55 宗贵涛 阅读(2907) 评论(0) 推荐(0) 编辑
摘要: 1.<packaging>war</packaging> 2.<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>pro 阅读全文
posted @ 2019-07-08 14:10 宗贵涛 阅读(6128) 评论(0) 推荐(0) 编辑
摘要: 1.以form表单的样式发送数据 2.接收form表单格式的参数 3.以内容体的方式发送数据 4.接收内容体的数据 阅读全文
posted @ 2019-07-06 15:59 宗贵涛 阅读(2822) 评论(0) 推荐(0) 编辑
摘要: 今天,我要开始写一些,觉得不错的东西了,有可能会复制其他人的内容,但是我会在其下方会放上原作的链接,支持原创,我开始码代码了,,,有时间再聊。 阅读全文
posted @ 2019-07-06 15:22 宗贵涛 阅读(101) 评论(0) 推荐(0) 编辑
摘要: -- 方式一 SELECT * FROM xxxxxx WHERE STATUS = '1' ORDER BY ORDER_NUMBER + 0 DESC -- 方式二 SELECT * FROM xxxxx WHERE STATUS = '1' ORDER BY ORDER_NUMBER * 1 阅读全文
posted @ 2019-07-06 15:09 宗贵涛 阅读(5145) 评论(0) 推荐(0) 编辑