会员
众包
新闻
博问
闪存
赞助商
Trae
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
沧海一滴
不积小流,无以成江海
博客园
首页
联系
管理
上一页
1
···
264
265
266
267
268
269
270
271
272
···
785
下一页
2016年9月7日
Spring实例化bean的三种方法
摘要: 1.用构造器来实例化 [html] view plain copy print? <bean id="hello2" class="com.hsit.hello.impl.ENhello" /> [html] view plain copy print? [html] view plain copy
阅读全文
posted @ 2016-09-07 00:37 沧海一滴
阅读(2097)
评论(0)
推荐(0)
2016年9月5日
mybatis insertUseGeneratedKeys
摘要: mybatis中的一个坑:预期:传入的Record中会生动填入在db中生成的id值。使用 insertUseGeneratedKeys插入数据时,如果id字段不是AUTO_INCREMENT,则不会生成新的id
阅读全文
posted @ 2016-09-05 19:41 沧海一滴
阅读(13452)
评论(0)
推荐(0)
Configure swagger with spring boot
摘要: If you haven’t starting working with spring boot yet, you will quickly find that it pulls out all the common configuration from across your applicatio
阅读全文
posted @ 2016-09-05 08:48 沧海一滴
阅读(1015)
评论(0)
推荐(0)
Spring Boot集成Jasypt安全框架
摘要: Jasypt安全框架提供了Spring的集成,主要是实现 PlaceholderConfigurerSupport类或者其子类。 在Sring 3.1之后,则推荐使用PropertySourcesPlaceholderConfigurer类作为属性替换配置类,这里Spring集成Jasypt则使用J
阅读全文
posted @ 2016-09-05 08:47 沧海一滴
阅读(10318)
评论(1)
推荐(0)
使用 Spring Boot 快速构建 Spring 框架应用,PropertyPlaceholderConfigurer
摘要: Spring 框架对于很多 Java 开发人员来说都不陌生。自从 2002 年发布以来,Spring 框架已经成为企业应用开发领域非常流行的基础框架。有大量的企业应用基于 Spring 框架来开发。Spring 框架包含几十个不同的子项目,涵盖应用开发的不同方面。如此多的子项目和组件,一方面方便了开
阅读全文
posted @ 2016-09-05 08:46 沧海一滴
阅读(10728)
评论(0)
推荐(0)
上一页
1
···
264
265
266
267
268
269
270
271
272
···
785
下一页
公告
站内搜索
更多精彩内容,请关注公众号
昵称:
沧海一滴
园龄:
14年4个月
粉丝:
889
关注:
349
+加关注
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
我的标签
Mysql
(35)
maven
(19)
git
(17)
spring
(15)
lua
(15)
jvm
(13)
nginx
(10)
Spring Boot
(9)
Mybatis
(9)
idea
(9)
更多
阅读排行榜
1. mysql联合索引(238791)
2. 四种常见的 POST 提交数据方式 专题(164627)
3. 关于MySql链接url参数的设置 专题(160229)
4. Linux Shell远程执行命令(命令行与脚本方式)(146333)
5. MySQL中的表中增加删除字段(145471)
评论排行榜
1. 如何发布jar包到maven中央仓库(16)
2. webapi文档描述-swagger(16)
3. 手把手教你使用 VuePress 搭建个人博客(15)
4. Spring Boot 配置优先级顺序(14)
5. restful风格,restcontroller与controller(12)
推荐排行榜
1. 手把手教你使用 VuePress 搭建个人博客(16)
2. mysql联合索引(16)
3. 四种常见的 POST 提交数据方式 专题(16)
4. 前端开发如何独立解决跨域问题(14)
5. Spring事务传播机制(13)
点击右上角即可分享