会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
more harder, the more fortunate
MrWang
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
上一页
1
2
3
4
5
6
···
14
下一页
2020年6月20日
SpringBoot 日志
摘要: springboot日志简介 SpringBoot使用的日志是sl4j + logback,sl4j是抽象层,不做具体的实现。实现主要是logback来做。SpringBoot同时也整合了其他框架的日志jar包,像spring 的commons-logging被jcl-over-sl4j代替了,lo
阅读全文
posted @ 2020-06-20 15:05 pecool
阅读(234)
评论(0)
推荐(1)
编辑
2020年6月14日
springboot 自动配置
摘要: 粗略总结一下: 1、springboot项目启动过程中会扫描 META-INF/spring.factories ,将其中所有类似***AutoConfiguration的配置类在符合条件的情况下加载到springboot中,使其生效。常见的例如编码、aop、server等等。 2、要查看最终哪些配
阅读全文
posted @ 2020-06-14 20:58 pecool
阅读(167)
评论(0)
推荐(0)
编辑
2020年6月10日
springboot user guide hand book
摘要: 手册: https://docs.spring.io/spring-boot/docs/1.5.9.RELEASE/reference/html/getting-started-first-application.html#getting-started-first-application-pom
阅读全文
posted @ 2020-06-10 22:08 pecool
阅读(130)
评论(0)
推荐(0)
编辑
springboot 设定访问项目的根路径
摘要: springboot的配置文件application.yml: spring.mvc.view.prefix : / spring.mvc.view.suffix : .html server: port: 8082 context-path: /pecool 如此一来,我们访问项目就变成:http
阅读全文
posted @ 2020-06-10 22:05 pecool
阅读(9551)
评论(0)
推荐(0)
编辑
springboot 配置文件的优先级和互补配置
摘要: 一、springboot启动时候,配置文件的优先级如下所示由高到低。高优先级会覆盖低优先级相同配置,并且和低优先级形成互补配置。 –file:./config/ ###根目录config目录下 –file:./ ###根目录下 –classpath:/config/ ###类路径resource/c
阅读全文
posted @ 2020-06-10 22:02 pecool
阅读(1073)
评论(0)
推荐(0)
编辑
springBoot 多配置文件切换之profile
摘要: 说明: 我们平时工作,有开发环境,和生产环境,利用springboot的多profile配置,可以很轻松切换配置。 实现方式1(推荐): 配置文件命名遵循:application-{开发模式}.properties/yml,示例如下: 主配置文件application.yml: spring.mvc
阅读全文
posted @ 2020-06-10 21:34 pecool
阅读(518)
评论(0)
推荐(0)
编辑
2020年6月3日
SpringBoot bean映射yml中的属性举例
摘要: pom:导入配置文件处理器,配置文件进行绑定就会有提示 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring‐boot‐configuration‐processor</artifactId> <opt
阅读全文
posted @ 2020-06-03 23:11 pecool
阅读(1627)
评论(0)
推荐(0)
编辑
2020年5月9日
NO Oracle database,JUST USE Oracle client。远程导入导出dmp
摘要: 序言: 你会发现,exp.exe 和imp.exe均存在于Oracle数据库的安装bin目录下。而很多情况下,我们不想安装庞大的Oracle数据库,但想使用imp和exp等工具命令,在我们本地机对Oracle所在服务器进行操作。 了解: 你需要了解Oracle除了数据库还有一个客户端instantc
阅读全文
posted @ 2020-05-09 16:04 pecool
阅读(291)
评论(0)
推荐(0)
编辑
2020年4月14日
ClassNotFoundException: org.springframework.web.context.ContextLoadServlet
摘要: web.xml中配置 <!-- 配置spring核心监听器,默认会以 /WEB-INF/applicationContext.xml作为配置文件 --> <listener> <listener-class>org.springframework.web.context.ContextLoaderL
阅读全文
posted @ 2020-04-14 19:32 pecool
阅读(147)
评论(0)
推荐(0)
编辑
Configuration problem: 'bean' or 'parent' is required for <ref> element
摘要: 我出现此错误的原因是web.xml中没有指定spring的启动配置文件applicationContext.xml的加载位置。applicationContext.xml原来再webRoot/webInfo下,后来我把applicationContext.xml放在了src根目录下了。 因此需要再w
阅读全文
posted @ 2020-04-14 19:27 pecool
阅读(1576)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
14
下一页
公告
/*鼠标跟随效果*/