摘要: 在webapps/项目名 创建WEB-INF ,创建web.xml文件 文件内容如下: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http: 阅读全文
posted @ 2018-11-15 18:49 zipon 阅读(3803) 评论(0) 推荐(0) 编辑
摘要: stopAll:function(){ let that = this; that.axios.post("/test/stressFile/stopAll") .then(function (res) { if (res.data.code==0){that.$notify.success({ti 阅读全文
posted @ 2018-11-15 18:36 zipon 阅读(257) 评论(0) 推荐(0) 编辑
摘要: module.exports = { // 基本路径 baseUrl: '', // 输出文件目录 outputDir: 'dist', // eslint-loader 是否在保存的时候检查 lintOnSave: true, //css js fonts文件夹位置,必须放到static里,部署到tomcat webapps 才生效 assetsDir:'stati... 阅读全文
posted @ 2018-11-15 18:35 zipon 阅读(2223) 评论(0) 推荐(0) 编辑
摘要: 创建获取ApplicationContext工具类: 1 package com.performancetest.common.utils; 2 3 import org.springframework.beans.BeansException; 4 import org.springframewo 阅读全文
posted @ 2018-11-15 00:50 zipon 阅读(20429) 评论(0) 推荐(0) 编辑