摘要: 一、docker配置 配置地址:https://www.cnblogs.com/lvlinguang/p/15183571.html 二、安装docker-compose 1、下载docker-compose文件 官网地址:https://get.daocloud.io/ curl -L https 阅读全文
posted @ 2021-11-02 22:40 吕林光 阅读(2203) 评论(0) 推荐(3) 编辑
摘要: 一、添加配置 /** * 跨域配置 */ @Configuration public class CorsConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) 阅读全文
posted @ 2021-11-02 13:08 吕林光 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 一、目录结构 二、pom文件 增加mybatis插件 增加sqlserver驱动 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <ver 阅读全文
posted @ 2021-11-02 13:00 吕林光 阅读(2046) 评论(0) 推荐(0) 编辑