随笔分类 -  配置文件

搭建矿建的时候,需要进行的配置文件
摘要:@Configuration public class WebMvcConfig extends WebMvcConfigurationSupport { public FastJsonHttpMessageConverter fastJsonHttpMessageConverter() { Fas 阅读全文
posted @ 2020-03-03 23:46 King-DA 阅读(2321) 评论(0) 推荐(0) 编辑
摘要:z唉postman中需要返回自己配置的html页面信息的时候,需要在postman中进行如下配置。 这样才能在postman中让自己配置的静态页面进行显示。我的html文件路径配置在 这里。 阅读全文
posted @ 2020-02-05 11:55 King-DA 阅读(8446) 评论(0) 推荐(0) 编辑
摘要:jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 阅读全文
posted @ 2020-02-05 11:13 King-DA 阅读(1831) 评论(0) 推荐(0) 编辑
摘要:<profiles> <profile> <id>dev</id> <properties> <profiles.active>dev</profiles.active> </properties> <activation> <activeByDefault>true</activeByDefaul 阅读全文
posted @ 2020-01-25 12:29 King-DA 阅读(260) 评论(0) 推荐(0) 编辑
摘要:其次在application.properties文件中配置mybatis的mapper文件位置,和实体类的包路径,还有最好加上驼峰命名规范 ####mybatis配置 # 注意注意 mybatis.mapper-locations=classpath:edu/hohai/chapter1/gt/m 阅读全文
posted @ 2020-01-23 22:13 King-DA 阅读(1357) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示