摘要: 1.java打包 1.1 .运行 java - jar service-system.jar 2. 前端打包 2.1 修改重写 2.2 npm run build:prod 2.3 修改跨域 nginx location /prod_api/{ proxy_pass http://localhost 阅读全文
posted @ 2022-11-03 23:20 写代码的小哥哥 阅读(50) 评论(0) 推荐(0)
摘要: 1.pom文件引入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <version>2.6.6</version> </de 阅读全文
posted @ 2022-11-03 10:57 写代码的小哥哥 阅读(23) 评论(0) 推荐(0)