-
大小: 38.01MB文件类型: .rar金币: 1下载: 0 次发布日期: 2023-08-08
- 语言: 其他
- 标签: vue element ui springboot
资源简介
使用 vue 结合element ui 和 axios 进行前端开发,使用 springboot 进行后端开发,目前实现了对用户表的基本的增删改查功能,以及分页等功能,处理了跨域问题。
代码片段和文件信息
/*
* Copyright 2007-present the original author or authors.
*
* Licensed under the Apache License Version 2.0 (the “License“);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing software
* distributed under the License is distributed on an “AS IS“ BASIS
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import java.net.*;
import java.io.*;
import java.nio.channels.*;
import java.util.Properties;
public class MavenWrapperDownloader {
private static final String WRAPPER_VERSION = “0.5.6“;
/**
* Default URL to download the maven-wrapper.jar from if no ‘downloadUrl‘ is provided.
*/
private static final String DEFAULT_DOWNLOAD_URL = “https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/“
+ WRAPPER_VERSION + “/maven-wrapper-“ + WRAPPER_VERSION + “.jar“;
/**
* Path to the maven-wrapper.properties file which might contain a downloadUrl property to
* use instead of the default one.
*/
private static final String MAVEN_WRAPPER_PROPERTIES_PATH =
“.mvn/wrapper/maven-wrapper.properties“;
/**
* Path where the maven-wrapper.jar will be saved to.
*/
private static final String MAVEN_WRAPPER_JAR_PATH =
“.mvn/wrapper/maven-wrapper.jar“;
/**
* Name of the property which should be used to override the default download url for the wrapper.
*/
private static final String PROPERTY_NAME_WRAPPER_URL = “wrapperUrl“;
public static void main(String args[]) {
System.out.println(“- Downloader started“);
File baseDirectory = new File(args[0]);
System.out.println(“- Using base directory: “ + baseDirectory.getAbsolutePath());
// If the maven-wrapper.properties exists read it and check if it contains a custom
// wrapperUrl parameter.
File mavenWrapperPropertyFile = new File(baseDirectory MAVEN_WRAPPER_PROPERTIES_PATH);
String url = DEFAULT_DOWNLOAD_URL;
if (mavenWrapperPropertyFile.exists()) {
FileInputStream mavenWrapperPropertyFileInputStream = null;
try {
mavenWrapperPropertyFileInputStream = new FileInputStream(mavenWrapperPropertyFile);
Properties mavenWrapperProperties = new Properties();
mavenWrapperProperties.load(mavenWrapperPropertyFileInputStream);
url = mavenWrapperProperties.getProperty(PROPERTY_NAME_WRAPPER_URL url);
} catch (IOException e) {
System.out.println(“- ERROR loading ‘“ + MAVEN_WRAPPER_PROPERTIES_PATH + “‘“);
} finally {
try {
if (mavenWrapperPropertyFileInputStream != null) {
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 333 2020-02-17 09:28 vue-springboot\vuet-java\.gitignore
文件 705 2020-02-18 08:22 vue-springboot\vuet-java\.idea\compiler.xm
文件 177 2020-02-17 18:31 vue-springboot\vuet-java\.idea\encodings.xm
文件 1444 2020-02-17 18:30 vue-springboot\vuet-java\.idea\inspectionProfiles\Project_Default.xm
文件 526 2020-02-17 18:30 vue-springboot\vuet-java\.idea\misc.xm
文件 21170 2020-02-18 09:37 vue-springboot\vuet-java\.idea\workspace.xm
文件 50710 2020-02-17 09:28 vue-springboot\vuet-java\.mvn\wrapper\maven-wrapper.jar
文件 218 2020-02-17 09:28 vue-springboot\vuet-java\.mvn\wrapper\maven-wrapper.properties
文件 4951 2020-02-17 09:30 vue-springboot\vuet-java\.mvn\wrapper\MavenWrapperDownloader.java
文件 1069 2020-02-17 09:28 vue-springboot\vuet-java\HELP.md
文件 10070 2020-02-17 09:28 vue-springboot\vuet-java\mvnw
文件 6608 2020-02-17 09:28 vue-springboot\vuet-java\mvnw.cmd
文件 2179 2020-02-17 10:30 vue-springboot\vuet-java\pom.xm
文件 664 2020-02-17 11:17 vue-springboot\vuet-java\src\main\java\com\vue\demo\config\CorsConfig.java
文件 1977 2020-02-17 18:38 vue-springboot\vuet-java\src\main\java\com\vue\demo\controller\UserController.java
文件 313 2020-02-17 09:30 vue-springboot\vuet-java\src\main\java\com\vue\demo\DemoApplication.java
文件 300 2020-02-17 10:33 vue-springboot\vuet-java\src\main\java\com\vue\demo\entity\User.java
文件 211 2020-02-17 10:37 vue-springboot\vuet-java\src\main\java\com\vue\demo\repository\UserRepository.java
文件 241 2020-02-17 10:27 vue-springboot\vuet-java\src\main\resources\application.yml
文件 211 2020-02-17 09:30 vue-springboot\vuet-java\src\test\java\com\vue\demo\DemoApplicationTests.java
文件 241 2020-02-17 18:31 vue-springboot\vuet-java\target\classes\application.yml
文件 1565 2020-02-17 18:31 vue-springboot\vuet-java\target\classes\com\vue\demo\config\CorsConfig.class
文件 3060 2020-02-17 18:39 vue-springboot\vuet-java\target\classes\com\vue\demo\controller\UserController.class
文件 725 2020-02-17 18:31 vue-springboot\vuet-java\target\classes\com\vue\demo\DemoApplication.class
文件 2641 2020-02-17 18:31 vue-springboot\vuet-java\target\classes\com\vue\demo\entity\User.class
文件 337 2020-02-17 18:31 vue-springboot\vuet-java\target\classes\com\vue\demo\repository\UserRepository.class
文件 523 2020-02-17 18:31 vue-springboot\vuet-java\target\test-classes\com\vue\demo\DemoApplicationTests.class
文件 11644 2020-02-17 10:30 vue-springboot\vuet-java\vuet.iml
文件 230 2020-02-17 09:56 vue-springboot\vuet-vue\.babelrc
文件 147 2020-02-17 09:56 vue-springboot\vuet-vue\.editorconfig
............此处省略23341个文件信息
- 上一篇:数据集.rar
- 下一篇:NLPCC2018论文集
相关资源
- Arduino-arduino-esp32.zip
- RF and Microwave Coupled-Line Circuits
- QtQuick核心编程源码
- springboot+vue前后端完整demo.zip
- Kendo UI编辑框 增删改查 编辑框内有图
- 全套EasyUI
- Arduino_STM32-master.zip
- Visual+Assist+X+10.9+builds+2333.7z
- 社交网站界面设计 Designing Social Inte
- vcxsrv-64.1.20.5.1.installer.exe
- 2017uimaker最新精美后台管理系统模版合
- VMProtect_Ultimate_v3.5.0_x32_Build_1213 32位版
- powerbuilder打印pdf文件.rar
- vue-gojs.zip
- Spring+SpringMVC+Mybatis框架+easyUI整合(
- 视觉可用性
- ArduinoLibraries库函数大全.zip
- TCP/IP Protocol SuiteTCP/IP协议族英文原版
- 扫描工具 nmap v7.7 GUI-win版本
- MT7620_ProgrammingGuide(MT7620 datasheet完整
- Msc.Marc User Guide
- 201801020105-孟涛.rar
- SSM+Easyui实现——企业销售管理系统
- 基于spring boot 的水情分析系统 (毕业
- 微电子电路答案 全 第五版Microelectr
- MSBuild.7z VS 2019 旧版本平台工具集解决
- GPU Pro 360 Guide to Mobile Devices.pdf
- Kendo UI 最新demo 各种小
- Computers and intractability a guide to the th
- Curves and Surfaces for CAGD A Practical Guide
评论
共有 条评论