资源简介
springboot+mtbatis前后端分离开发音乐网站,资源包括后台代码、前台网页、sql文件
代码片段和文件信息
package com.lei.music;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class args);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-03 15:23 .git\
文件 15 2018-09-03 15:13 .git\COMMIT_EDITMSG
文件 315 2018-09-03 15:13 .git\config
文件 73 2018-09-03 15:11 .git\desc
文件 23 2018-09-03 15:11 .git\HEAD
目录 0 2018-09-03 15:11 .git\hooks\
文件 478 2018-09-03 15:11 .git\hooks\applypatch-msg.sample
文件 896 2018-09-03 15:11 .git\hooks\commit-msg.sample
文件 3327 2018-09-03 15:11 .git\hooks\fsmonitor-watchman.sample
文件 189 2018-09-03 15:11 .git\hooks\post-update.sample
文件 424 2018-09-03 15:11 .git\hooks\pre-applypatch.sample
文件 1642 2018-09-03 15:11 .git\hooks\pre-commit.sample
文件 1348 2018-09-03 15:11 .git\hooks\pre-push.sample
文件 4898 2018-09-03 15:11 .git\hooks\pre-reba
文件 544 2018-09-03 15:11 .git\hooks\pre-receive.sample
文件 1492 2018-09-03 15:11 .git\hooks\prepare-commit-msg.sample
文件 3610 2018-09-03 15:11 .git\hooks\update.sample
文件 246908 2018-09-03 15:17 .git\index
目录 0 2018-09-03 15:11 .git\info\
文件 240 2018-09-03 15:11 .git\info\exclude
目录 0 2018-09-03 15:13 .git\logs\
文件 191 2018-09-03 15:13 .git\logs\HEAD
目录 0 2018-09-03 15:13 .git\logs\refs\
目录 0 2018-09-03 15:13 .git\logs\refs\heads\
文件 191 2018-09-03 15:13 .git\logs\refs\heads\master
目录 0 2018-09-03 15:13 .git\logs\refs\remotes\
目录 0 2018-09-03 15:13 .git\logs\refs\remotes\origin\
文件 173 2018-09-03 15:13 .git\logs\refs\remotes\origin\master
目录 0 2018-09-03 15:12 .git\ob
目录 0 2018-09-03 15:12 .git\ob
文件 1790 2018-09-03 15:12 .git\ob
............此处省略4696个文件信息
- 上一篇:ssh实现学生管理系统
- 下一篇:电影院源码以及数据库源码.zip
评论
共有 条评论