资源简介
此项目是采用springboot与springSecurity开发的人事管理系统,前端采用vue,是一个前后端分离的项目
代码片段和文件信息
package org.sang;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
/**
* @author 17715
*/
@SpringBootApplication
@MapperScan(“org.sang.mapper“)
@EnableCaching
public class HrserverApplication {
public static void main(String[] args) {
SpringApplication.run(HrserverApplication.class args);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 319 2019-08-27 17:46 vhr2\.git\config
文件 73 2019-08-27 17:45 vhr2\.git\desc
文件 90 2019-09-27 23:46 vhr2\.git\FETCH_HEAD
文件 23 2019-08-27 17:46 vhr2\.git\HEAD
文件 478 2019-08-27 17:45 vhr2\.git\hooks\applypatch-msg.sample
文件 896 2019-08-27 17:45 vhr2\.git\hooks\commit-msg.sample
文件 3327 2019-08-27 17:45 vhr2\.git\hooks\fsmonitor-watchman.sample
文件 189 2019-08-27 17:45 vhr2\.git\hooks\post-update.sample
文件 424 2019-08-27 17:45 vhr2\.git\hooks\pre-applypatch.sample
文件 1638 2019-08-27 17:45 vhr2\.git\hooks\pre-commit.sample
文件 1348 2019-08-27 17:45 vhr2\.git\hooks\pre-push.sample
文件 4898 2019-08-27 17:45 vhr2\.git\hooks\pre-reba
文件 544 2019-08-27 17:45 vhr2\.git\hooks\pre-receive.sample
文件 1492 2019-08-27 17:45 vhr2\.git\hooks\prepare-commit-msg.sample
文件 3610 2019-08-27 17:45 vhr2\.git\hooks\update.sample
文件 21619 2019-09-30 16:00 vhr2\.git\index
文件 240 2019-08-27 17:45 vhr2\.git\info\exclude
文件 385 2019-09-03 10:00 vhr2\.git\logs\HEAD
文件 385 2019-09-03 10:00 vhr2\.git\logs\refs\heads\master
文件 198 2019-08-27 17:46 vhr2\.git\logs\refs\remotes\origin\HEAD
文件 199 2019-09-03 10:00 vhr2\.git\logs\refs\remotes\origin\master
文件 45 2019-09-03 10:00 vhr2\.git\ob
文件 258 2019-09-03 10:00 vhr2\.git\ob
文件 526 2019-09-30 11:33 vhr2\.git\ob
文件 200 2019-09-03 10:00 vhr2\.git\ob
文件 313 2019-09-03 10:00 vhr2\.git\ob
文件 195 2019-09-03 10:00 vhr2\.git\ob
文件 235 2019-09-03 10:00 vhr2\.git\ob
文件 801 2019-09-03 10:00 vhr2\.git\ob
文件 280 2019-09-03 10:00 vhr2\.git\ob
............此处省略512个文件信息
- 上一篇:STM32微型四轴
- 下一篇:信号完整性资料大集合
评论
共有 条评论