• 大小: 8.59MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-24
  • 语言: Java
  • 标签: Spring  Boot  vue.js  MySQL  Maven  

资源简介

刚刚学完Spring Boot和vue.js,尝试用其来制作一个网站,采用Maven来管理jar包。

资源截图

代码片段和文件信息

package com.jxufe.weather;

import org.springframework.boot.builder.SpringApplicationBuilder;
 

public class ServletInitializer extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer {
 
@Override
protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
return application.sources(WeatherApplication.class);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-02-03 19:36  weather\
     文件      521490  2019-02-03 23:35  weather.sql
     文件        1308  2019-02-03 23:31  weather\.classpath
     文件         269  2019-01-27 04:45  weather\.gitignore
     目录           0  2019-02-03 19:36  weather\.mvn\
     目录           0  2019-02-03 19:36  weather\.mvn\wrapper\
     文件       48337  2019-01-27 04:45  weather\.mvn\wrapper\maven-wrapper.jar
     文件         116  2019-01-27 04:45  weather\.mvn\wrapper\maven-wrapper.properties
     文件        1083  2019-01-27 12:57  weather\.project
     目录           0  2019-02-03 19:36  weather\.settings\
     文件         572  2019-01-27 12:56  weather\.settings\.jsdtscope
     文件         155  2019-01-27 12:48  weather\.settings\org.eclipse.core.resources.prefs
     文件         430  2019-01-27 12:56  weather\.settings\org.eclipse.jdt.core.prefs
     文件          90  2019-01-27 12:48  weather\.settings\org.eclipse.m2e.core.prefs
     文件         677  2019-01-27 12:56  weather\.settings\org.eclipse.wst.common.component
     文件         252  2019-01-27 12:56  weather\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2019-01-27 12:56  weather\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2019-01-27 12:56  weather\.settings\org.eclipse.wst.jsdt.ui.superType.name
     文件          50  2019-01-27 12:56  weather\.settings\org.eclipse.wst.validation.prefs
     目录           0  2019-02-03 19:36  weather\lib\
     文件      232019  2019-01-31 20:44  weather\lib\commons-beanutils-1.8.3.jar
     文件      571259  2019-01-31 20:44  weather\lib\commons-collections-3.2.jar
     文件      261809  2019-01-31 20:44  weather\lib\commons-lang-2.4.jar
     文件       62050  2019-01-31 20:44  weather\lib\commons-logging-1.1.3.jar
     文件       86381  2019-01-31 20:44  weather\lib\ezmorph-1.0.4.jar
     文件      159123  2019-01-31 20:44  weather\lib\json-lib-2.4-jdk15.jar
     文件        9113  2019-01-27 04:45  weather\mvnw
     文件        5810  2019-01-27 04:45  weather\mvnw.cmd
     文件        2277  2019-02-03 23:29  weather\pom.xml
     文件        1342  2019-01-26 16:47  weather\README.md
     目录           0  2019-02-03 19:36  weather\src\
............此处省略309个文件信息

评论

共有 条评论