bootdo.zip


bootdo.zip
资源截图
代码片段和文件信息
package com.bootdo;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@EnableAutoConfiguration(exclude = {
        org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class
})
@EnableTransactionManagement
@ServletComponentScan
@MapperScan(“com.bootdo.*.dao“)
@SpringBootApplication
@EnableCaching
public class BootdoApplication {
    public static void main(String[] args) {
        SpringApplication.run(BootdoApplication.class args);
        System.out.println(“ヾ(◍°∇°◍)ノ゙    bootdo启动成功      ヾ(◍°∇°◍)ノ゙
“ +
                “ ______                    _   ______            
“ +
                “|_   _ \                  / |_|_   _ ‘.          
“ +
                “  | |_) |   .--.    .--. ‘| |-‘ | | ‘. \  .--.   
“ +
                “  |  __‘. / .‘‘\ \/ .‘‘\ \| |   | |  | |/ .‘‘\ \ 
“ +
                “ _| |__) || \__. || \__. || | _| |_.‘ /| \__. | 
“ +
                “|_______/  ‘.__.‘  ‘.__.‘ \__/|______.‘  ‘.__.‘  “);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-06 17:20  bootdo
     文件       11357  2018-11-19 22:20  bootdoLICENSE
     文件        5951  2018-11-19 22:20  bootdoREADME.md
     目录           0  2018-12-07 10:21  bootdoootdo
     文件        1268  2018-12-07 09:58  bootdoootdo.classpath
     文件        1126  2018-11-19 22:20  bootdoootdo.gitignore
     文件        1125  2018-12-07 09:58  bootdoootdo.project
     目录           0  2018-12-07 14:27  bootdoootdo.settings
     文件         207  2018-12-07 14:28  bootdoootdo.settingsorg.eclipse.core.resources.prefs
     文件          52  2018-12-07 14:27  bootdoootdo.settingsorg.eclipse.core.runtime.prefs
     文件         356  2018-12-06 17:52  bootdoootdo.settingsorg.eclipse.jdt.core.prefs
     文件         117  2018-12-07 14:27  bootdoootdo.settingsorg.eclipse.jst.j2ee.ejb.annotations.xdoclet.prefs
     文件          90  2018-12-06 17:22  bootdoootdo.settingsorg.eclipse.m2e.core.prefs
     文件         145  2018-12-06 17:52  bootdoootdo.settingsorg.eclipse.wst.common.project.facet.core.xml
     目录           0  2019-01-24 10:07  bootdoootdoapplog
     目录           0  2018-12-07 10:21  bootdoootdoapplog2018-12-07
     文件       51233  2018-12-07 10:21  bootdoootdoapplog2018-12-072018-12-07.log
     目录           0  2018-12-10 09:56  bootdoootdoapplog2018-12-10
     文件      420021  2018-12-10 16:05  bootdoootdoapplog2018-12-102018-12-10.log
     目录           0  2018-12-12 17:02  bootdoootdoapplog2018-12-12
     文件       80360  2018-12-12 17:04  bootdoootdoapplog2018-12-122018-12-12.log
     目录           0  2018-12-13 17:38  bootdoootdoapplog2018-12-13
     文件       66329  2018-12-13 17:57  bootdoootdoapplog2018-12-132018-12-13.log
     目录           0  2018-12-18 17:09  bootdoootdoapplog2018-12-18
     文件      364488  2018-12-18 17:40  bootdoootdoapplog2018-12-182018-12-18.log
     目录           0  2018-12-25 14:50  bootdoootdoapplog2018-12-25
     文件      172940  2018-12-25 17:37  bootdoootdoapplog2018-12-252018-12-25.log
     目录           0  2018-12-26 15:41  bootdoootdoapplog2018-12-26
     文件       55556  2018-12-26 17:13  bootdoootdoapplog2018-12-262018-12-26.log
     目录           0  2018-12-29 10:05  bootdoootdoapplog2018-12-29
     文件       54580  2018-12-29 10:42  bootdoootdoapplog2018-12-292018-12-29.log
............此处省略3220个文件信息

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

发表评论

评论列表(条)