摘要:
1.排除spring boot 原有的日志依赖 在创建Spring Boot工程时,我们引入了spring-boot-starter,其中包含了spring-boot-starter-logging,该依赖内容就是Spring Boot默认的日志框架Logback,所以我们在引入log4j之前,需要 阅读全文
摘要:
配置过滤器: @Configuration public class CorsConfig { public CorsConfig() { } @Bean public CorsFilter corsFilter() { // 1. 添加cors配置信息 CorsConfiguration conf 阅读全文
摘要:
演示: 官方自带的皮肤: 换肤 : 隐藏api 接口: 使用 @ApiIgnore 例如: package com.imooc.controller; import org.springframework.stereotype.Controller; import org.springframewo 阅读全文
摘要:
定义一个公共的类 写一个class package com.utils; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.databind.ObjectMapper; /** * * @ 阅读全文
摘要:
解决报错 This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Jan 07 21:06:43 CST 2020 There was an unexpected e 阅读全文
摘要:
都有的样式 .meeting-date { /* height: 60px; */ display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid rgba(254,254,254, 0 阅读全文
摘要:
业务需要 需要动态的添加块 块又设计 在一行 所以我想到登录 inline-block 布局 你可以使用 inline-block 来布局。有一些事情需要你牢记: vertical-align 属性会影响到 inline-block 元素,你可能会把它的值设置为 top 。 你需要设置每一列的宽度 阅读全文
摘要:
Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete 阅读全文
摘要:
<div @click="showImg" class="showSearch"> <img class="header_img" v-if="!showSearch" src="~@/assets/images/board/btn-select-black.png"/> <img class="h 阅读全文
摘要:
改为 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.11</version> </dependency> 阅读全文