摘要: <!-- 二维码--> <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>3.3.0</version> </dependency> <dependency> <groupI 阅读全文
posted @ 2022-08-30 21:03 熬夜遭毒打 阅读(162) 评论(0) 推荐(0)
摘要: 第一步写一个config的类继承,WebMvcConfigurationSupport 重写这个方法/**是指这个后面的路径都可以加载 另一个配置类加载 web: resources: static-locations: classpath:atic,classpath:/public,classp 阅读全文
posted @ 2022-08-30 09:37 熬夜遭毒打 阅读(98) 评论(0) 推荐(0)