基于Spring Boot,MySQL和vue.js的天气网站


刚刚学完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.mvnwrapper
     文件       48337  2019-01-27 04:45  weather.mvnwrappermaven-wrapper.jar
     文件         116  2019-01-27 04:45  weather.mvnwrappermaven-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.settingsorg.eclipse.core.resources.prefs
     文件         430  2019-01-27 12:56  weather.settingsorg.eclipse.jdt.core.prefs
     文件          90  2019-01-27 12:48  weather.settingsorg.eclipse.m2e.core.prefs
     文件         677  2019-01-27 12:56  weather.settingsorg.eclipse.wst.common.component
     文件         252  2019-01-27 12:56  weather.settingsorg.eclipse.wst.common.project.facet.core.xml
     文件          49  2019-01-27 12:56  weather.settingsorg.eclipse.wst.jsdt.ui.superType.container
     文件           6  2019-01-27 12:56  weather.settingsorg.eclipse.wst.jsdt.ui.superType.name
     文件          50  2019-01-27 12:56  weather.settingsorg.eclipse.wst.validation.prefs
     目录           0  2019-02-03 19:36  weatherlib
     文件      232019  2019-01-31 20:44  weatherlibcommons-beanutils-1.8.3.jar
     文件      571259  2019-01-31 20:44  weatherlibcommons-collections-3.2.jar
     文件      261809  2019-01-31 20:44  weatherlibcommons-lang-2.4.jar
     文件       62050  2019-01-31 20:44  weatherlibcommons-logging-1.1.3.jar
     文件       86381  2019-01-31 20:44  weatherlibezmorph-1.0.4.jar
     文件      159123  2019-01-31 20:44  weatherlibjson-lib-2.4-jdk15.jar
     文件        9113  2019-01-27 04:45  weathermvnw
     文件        5810  2019-01-27 04:45  weathermvnw.cmd
     文件        2277  2019-02-03 23:29  weatherpom.xml
     文件        1342  2019-01-26 16:47  weatherREADME.md
     目录           0  2019-02-03 19:36  weathersrc
............此处省略309个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)