随笔分类 - 配置文件
搭建矿建的时候,需要进行的配置文件
摘要:@Configuration public class WebMvcConfig extends WebMvcConfigurationSupport { public FastJsonHttpMessageConverter fastJsonHttpMessageConverter() { Fas
阅读全文
摘要:z唉postman中需要返回自己配置的html页面信息的时候,需要在postman中进行如下配置。 这样才能在postman中让自己配置的静态页面进行显示。我的html文件路径配置在 这里。
阅读全文
摘要:jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8
阅读全文
摘要:<profiles> <profile> <id>dev</id> <properties> <profiles.active>dev</profiles.active> </properties> <activation> <activeByDefault>true</activeByDefaul
阅读全文
摘要:其次在application.properties文件中配置mybatis的mapper文件位置,和实体类的包路径,还有最好加上驼峰命名规范 ####mybatis配置 # 注意注意 mybatis.mapper-locations=classpath:edu/hohai/chapter1/gt/m
阅读全文