-
大小: 38.01MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2023-08-08
- 語(yǔ)言: 其他
- 標(biāo)簽: vue??element??ui??springboot??
資源簡(jiǎn)介
使用 vue 結(jié)合element ui 和 axios 進(jìn)行前端開發(fā),使用 springboot 進(jìn)行后端開發(fā),目前實(shí)現(xiàn)了對(duì)用戶表的基本的增刪改查功能,以及分頁(yè)等功能,處理了跨域問題。
代碼片段和文件信息
/*
?*?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)?{
?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????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個(gè)文件信息
- 上一篇:數(shù)據(jù)集.rar
- 下一篇:NLPCC2018論文集
評(píng)論
共有 條評(píng)論