- 博客(9)
- 收藏
- 关注
转载 SpringBoot配置属性详解--其他
aop spring.aop.auto是否支持@EnableAspectJAutoProxy,默认为: true spring.aop.proxy-target-classtrue为使用CGLIB代理,false为JDK代理,默认为false applicatio...
2017-01-24 13:47:00 138
转载 SpringBoot配置属性详解--Migration
flyway flyway.baseline-description对执行迁移时基准版本的描述. flyway.baseline-on-migrate当迁移时发现目标schema非空,而且带有没有元数据的表时,是否自动执行基准迁移,默认false. flyway.ba...
2017-01-24 13:46:00 137
转载 SpringBoot配置属性详解--Security
spring security security.basic.authorize-mode要使用权限控制模式. security.basic.enabled是否开启基本的鉴权,默认为true security.basic.path需要鉴权的path,多个的话以逗号分隔...
2017-01-24 13:44:00 296
转载 SpringBoot配置属性详解--MQ
activemq spring.activemq.broker-url指定ActiveMQ broker的URL,默认自动生成. spring.activemq.in-memory是否是内存模式,默认为true. spring.activemq.password指定...
2017-01-24 13:42:00 155
转载 SpringBoot配置属性详解--NOSQL
cache spring.cache.cache-names指定要创建的缓存的名称,逗号分隔(若该缓存实现支持的话) spring.cache.ehcache.config指定初始化EhCache时使用的配置文件的位置指定. spring.cache.guava.s...
2017-01-24 13:40:00 93
转载 SpringBoot配置属性详解--DataSource
datasource spring.dao.exceptiontranslation.enabled是否开启PersistenceExceptionTranslationPostProcessor,默认为true spring.datasource.abandon-when...
2017-01-24 13:39:00 183
转载 SpringBoot配置属性详解--Server
server server.address指定server绑定的地址 server.compression.enabled是否开启压缩,默认为false. server.compression.excluded-user-agents指定不压缩的user-agent...
2017-01-24 13:37:00 1037
转载 SpringBoot配置属性详解--MVC
mvc spring.mvc.async.request-timeout设定async请求的超时时间,以毫秒为单位,如果没有设置的话,以具体实现的超时时间为准,比如tomcat的servlet3的话是10秒. spring.mvc.date-format设定日期的格式,比如...
2017-01-24 13:34:00 94
转载 Jquery ajax 格式
$.ajax({ url:"http://www.microsoft.com",//请求的url地址 dataType:"json",//返回格式为json async:true,//请求是否异步,默认为异步,这也是ajax重要特性 data:{"...
2016-12-05 14:18:00 116
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人