会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
guxingy
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
37
38
39
40
41
42
43
44
45
···
95
下一页
2020年8月11日
SpringBlade 02 添加一个普通模块
摘要: 添加表 CREATE TABLE pms_brand ( create_user bigint comment '创建人', create_time datetime comment '创建时间', update_user bigint comment '更新人', update_time date
阅读全文
posted @ 2020-08-11 16:45 古兴越
阅读(385)
评论(0)
推荐(0)
2020年8月10日
Java MyBatis-Plus 代码生成器
摘要: 原文: https://www.jianshu.com/p/8bf62ad92f54 https://mp.baomidou.com/config/generator-config.html#datetype pom.xml的依赖 <dependency> <groupId>org.projectl
阅读全文
posted @ 2020-08-10 17:42 古兴越
阅读(2484)
评论(0)
推荐(0)
SpringBlade bug/优化 代码生成器
摘要: 一、问题 1、SQL脚本 DROP TABLE IF EXISTS `pms_brand`; CREATE TABLE pms_brand ( create_user bigint comment '创建人', create_time datetime comment '创建时间', update_
阅读全文
posted @ 2020-08-10 16:21 古兴越
阅读(2104)
评论(0)
推荐(0)
SpringBlade Saber 生成代码界面,生成代码后,界面的选中被刷新掉了
摘要: 1
阅读全文
posted @ 2020-08-10 16:17 古兴越
阅读(419)
评论(0)
推荐(0)
SpringBlade 端口占用 Web server failed to start. Port 80 was already in use.
摘要: 原文:https://www.cnblogs.com/longxok/p/10997368.html 其实原文已经讲的很详细了,补充自己遇到的几个地方。 cmd窗口太小了,很多内容根本就看不到。 命令 查看端口占用:netstat -aon|findstr 80 通过pid找到对应的进程名称:tas
阅读全文
posted @ 2020-08-10 15:33 古兴越
阅读(5119)
评论(0)
推荐(0)
SpringBlade 找不到或无法加载主类 springboot.Application
摘要: 把'Java'那个文件夹的类型改为Sources Root即可
阅读全文
posted @ 2020-08-10 15:12 古兴越
阅读(1679)
评论(0)
推荐(0)
Java idea 常用快捷键
摘要: 原文: https://www.cnblogs.com/com3/p/11725053.html https://blog.csdn.net/wyf2017/article/details/81178675 Ctrl + Alt + L: 代码格式化 添加注释 行注释 Ctrl+/ 块注释 Ctrl
阅读全文
posted @ 2020-08-10 13:56 古兴越
阅读(191)
评论(0)
推荐(0)
2020年8月7日
Java Velocity
摘要: 原文: http://velocity.apache.org/engine/index.html http://velocity.apache.org/engine/1.7/developer-guide.html
阅读全文
posted @ 2020-08-07 11:47 古兴越
阅读(365)
评论(0)
推荐(0)
2020年8月6日
个人 一些需求
摘要: 礼品单快递网站源码,最好有现成的源码,支持二次开发
阅读全文
posted @ 2020-08-06 21:37 古兴越
阅读(74)
评论(0)
推荐(0)
Java MyBatis-Plus 基本使用
摘要: 原文:https://mp.baomidou.com/guide/quick-start.html 一、初始化项目 1、新建项目 在idea中,新建Spring Initializr类型的项目。 我这里创建的项目包名是这个:com.example.test5。 然后就是一路next,其它的都不用管。
阅读全文
posted @ 2020-08-06 18:04 古兴越
阅读(3286)
评论(0)
推荐(0)
上一页
1
···
37
38
39
40
41
42
43
44
45
···
95
下一页
公告