12 2021 档案
摘要:<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="10 seconds"> <!--继承spring boot提供的logback配置--> <!--<include resource="org
阅读全文
摘要:以上如图为项目文件夹目录。 1,首先配置application.yml 配置文件 server: port: 8084 tomcat: uri-encoding: utf-8 servlet: context-path: /services #spring: # datasource: # type
阅读全文
摘要:以上为封装用到的文件: 1:.vue 页面 请求接口: import { getAll } from "@/api/httpPost" //需要引入接口统一配置文件 export default { data() { return { datainfo:{ key:value } } } mount
阅读全文