
SpringBoot
在横店影视城跳华尔慈的栗子
这个作者很懒,什么都没留下…
展开
-
Oracle中max()函数和CAST()函数问题求解
Oracle中max()函数和CAST()函数问题求解原创 2022-02-21 15:46:50 · 585 阅读 · 0 评论 -
MybatisPlus --- 技术学习
对Mybatis做增强,简化开发 1、创建数据库,创建数据库表 #特性 无侵入 损耗小 强大的CRUD操作 支持Lambda形式调用 mybatis实现增删查改 查:selectList() 增:insert() #主键是MybatisPlus自动生成(19位) 主键上面加上注解: @TableId(type = IdType.AUTO)//自动增长 @TableId(type = IdType.ID_WORKER)//MybatisPlus自带策略,生成19位值,原创 2021-08-20 21:43:19 · 146 阅读 · 0 评论 -
SpringBoot中邮件的使用
1.导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> &原创 2021-04-27 16:25:45 · 905 阅读 · 0 评论