91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

該后臺管理系統,基于springboot開發,使用freemarker模板引擎,頁面使用easyUI,bootstrap等前段框架,數據庫使用mysql

資源截圖

代碼片段和文件信息

package?com.common.system;

import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import?org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

@SpringBootApplication
public?class?CommonAdminApplication?extends?WebMvcConfigurerAdapter{

public?static?void?main(String[]?args)?{
SpringApplication.run(CommonAdminApplication.class?args);
}

@Override
public?void?addResourceHandlers(ResourceHandlerRegistry?registry)?{
registry.addResourceHandler(“doc.html“).addResourceLocations(“classpath:/meta-INF/resources/“);
registry.addResourceHandler(“swagger-ui.html“).addResourceLocations(“classpath:/meta-INF/resources/“);
registry.addResourceHandler(“/webjars/**“).addResourceLocations(“classpath:/meta-INF/resources/webjars/“);
super.addResourceHandlers(registry);
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-20?11:16??springboot\
?????文件??????????21??2018-04-29?12:03??springboot\.gitignore
?????目錄???????????0??2018-05-22?11:56??springboot\.idea\
?????目錄???????????0??2018-05-20?11:17??springboot\.idea\artifacts\
?????文件?????????306??2018-05-20?11:08??springboot\.idea\artifacts\springboot_war.xml
?????文件???????12122??2018-05-20?11:17??springboot\.idea\artifacts\springboot_war_exploded.xml
?????文件?????????632??2018-05-20?11:08??springboot\.idea\compiler.xml
?????文件?????????172??2018-05-20?10:56??springboot\.idea\encodings.xml
?????目錄???????????0??2018-05-20?10:52??springboot\.idea\inspectionProfiles\
?????文件????????1444??2018-05-20?10:52??springboot\.idea\inspectionProfiles\Project_Default.xml
?????目錄???????????0??2018-05-20?11:08??springboot\.idea\libraries\
?????文件?????????575??2018-05-20?11:08??springboot\.idea\libraries\Maven__ch_qos_logback_logback_classic_1_1_11.xml
?????文件?????????554??2018-05-20?11:08??springboot\.idea\libraries\Maven__ch_qos_logback_logback_core_1_1_11.xml
?????文件?????????581??2018-05-20?11:08??springboot\.idea\libraries\Maven__cn_afterturn_easypoi_annotation_3_0_1.xml
?????文件?????????539??2018-05-20?11:08??springboot\.idea\libraries\Maven__cn_afterturn_easypoi_base_3_0_1.xml
?????文件?????????532??2018-05-20?11:08??springboot\.idea\libraries\Maven__cn_afterturn_easypoi_web_3_0_1.xml
?????文件?????????486??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_alibaba_druid_1_1_2.xml
?????文件?????????626??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_alibaba_druid_spring_boot_starter_1_1_2.xml
?????文件?????????539??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_baomidou_mybatis_plus_2_1_2.xml
?????文件?????????672??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_baomidou_mybatisplus_spring_boot_starter_1_0_4.xml
?????文件?????????593??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_drore_cloud_swagger_bootstrap_ui_1_0.xml
?????文件?????????522??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_fasterxml_classmate_1_3_3.xml
?????文件?????????644??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_fasterxml_jackson_core_jackson_annotations_2_8_0.xml
?????文件?????????595??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_fasterxml_jackson_core_jackson_core_2_8_9.xml
?????文件?????????623??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_fasterxml_jackson_core_jackson_databind_2_8_9.xml
?????文件?????????547??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_github_jsqlparser_jsqlparser_1_1.xml
?????文件?????????561??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_github_pagehelper_pagehelper_5_0_1.xml
?????文件?????????743??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_github_pagehelper_pagehelper_spring_boot_autoconfigure_1_1_1.xml
?????文件?????????701??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_github_pagehelper_pagehelper_spring_boot_starter_1_1_1.xml
?????文件?????????539??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_github_virtuald_curvesapi_1_04.xml
?????文件?????????515??2018-05-20?11:08??springboot\.idea\libraries\Maven__com_google_code_gson_gson_2_8_1.xml
............此處省略1803個文件信息

評論

共有 條評論