- 博客(4)
- 收藏
- 关注
原创 Application.yml配置-mybatis
mybatis: configuration: map-underscore-to-camel-case: true #开启驼峰映射 mapper-locations: classpath*:/mapper/**/*Mapper.xml #加载mapper.xml文件 type-aliases-package: com.future.**.model #别名扫描 1.扫描指定的mapper文件 mapper文件的目录结构为: 如果为指定的mapper文件下 请求时异常..
2021-10-20 15:22:11
4160
2
原创 Idea可以用到的技巧
创建类的时候添加作者,时间,描述等 点击file-settings-Editor-File and Code Templates 在Includes中的File Header中添加需要的模板 不区分大小写的方法 File-Setting 搜索Code Completion 将Match case取消勾选 ...
2021-10-15 09:58:41
91
原创 转换 问题
1 String 相互转换String[] a.String 转String[] String[] ids = String.split(","); String str = new String("12,22,11"); String[] split = str.split(","); List<String> strings = Arrays.asList(split); b.String [ ] 转 String 逗号隔开 StringBuilder sb = new ..
2021-09-11 16:19:46
128
原创 2021-07-07 错误小点
@Insert("insert into mall_goods_brand (name,first_letter) values (#{mallGoodsBrand.name},#{mallGoodsBrand.firstLetter})") @Insert("insert into mall_goods_brand (name,first_letter) values (#{name},#{firstLetter})") 上面一行 代码执行添加 报出如下错误 org.apa...
2021-07-07 10:47:26
99
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人