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

  • 大小: 3.93MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-13
  • 語言: Html/CSS
  • 標簽: springboot??

資源簡介

里面包含了 前后臺的調用 和layui的引用類 上傳圖片等功能 http://localhost:20180/merchantCheck/hotComments/ 鏈接地址 http://localhost:20180/merchantCheck/rmpl/userList.html 一個經過后臺來顯示頁面 一個直接顯示

資源截圖

代碼片段和文件信息

package?com.sprz.merchantCheck;

import?org.mybatis.spring.annotation.MapperScan;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
import?org.springframework.boot.builder.SpringApplicationBuilder;
import?org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import?org.springframework.cache.annotation.EnableCaching;
import?org.springframework.transaction.annotation.EnableTransactionManagement;

@SpringBootApplication
@MapperScan(“com.sprz.merchantCheck.*.dao“)
@EnableTransactionManagement//開啟事務管理
@EnableCaching
/*@EnableEurekaClient*/
public?class?MerchantCheckApplication?extends?SpringBootServletInitializer{
?@Override
?protected?SpringApplicationBuilder?configure(SpringApplicationBuilder?application)?{
????????return?application.sources(MerchantCheckApplication.class);
?}

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

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1226??2018-07-13?10:26??merchantCheck\.classpath

?????文件????????268??2018-07-09?08:38??merchantCheck\.gitignore

?????文件??????47610??2018-07-09?08:38??merchantCheck\.mvn\wrapper\maven-wrapper.jar

?????文件????????110??2018-07-09?08:38??merchantCheck\.mvn\wrapper\maven-wrapper.properties

?????文件???????1132??2018-07-20?13:43??merchantCheck\.project

?????文件????????155??2018-07-09?16:41??merchantCheck\.settings\org.eclipse.core.resources.prefs

?????文件????????243??2018-07-09?16:41??merchantCheck\.settings\org.eclipse.jdt.core.prefs

?????文件?????????90??2018-07-09?16:41??merchantCheck\.settings\org.eclipse.m2e.core.prefs

?????文件????????145??2018-07-20?13:43??merchantCheck\.settings\org.eclipse.wst.common.project.facet.core.xml

?????文件?????????65??2018-07-20?11:25??merchantCheck\.settings\org.springframework.ide.eclipse.prefs

?????文件??????????0??2018-07-13?10:43??merchantCheck\LOG_HOME_IS_UNDEFINED\mysprintboot_2018-07-13.log

?????文件??????49690??2018-07-16?08:54??merchantCheck\LOG_HOME_IS_UNDEFINED\mysprintboot_2018-07-16.log

?????文件???????6468??2018-07-09?08:38??merchantCheck\mvnw

?????文件???????4994??2018-07-09?08:38??merchantCheck\mvnw.cmd

?????文件???????3717??2018-07-16?09:05??merchantCheck\pom.xml

?????文件???????1004??2018-07-16?09:05??merchantCheck\src\main\java\com\sprz\merchantCheck\MerchantCheckApplication.java

?????文件????????273??2018-07-13?16:08??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\dao\HotCommentsMapper.java

?????文件????????629??2018-07-13?15:54??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\entity\HotComments.java

?????文件????????106??2018-07-13?15:48??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\entity\PopularTopic.java

?????文件????????575??2018-07-13?16:11??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\service\HotCommentsService.java

?????文件????????288??2018-07-13?16:11??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\service\HotCommentsServiceImpl.java

?????文件???????4466??2018-07-18?10:23??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\APIKey.java

?????文件???????8365??2018-07-18?10:23??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\DataPoints.java

?????文件???????8197??2018-07-18?10:23??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\DataStreams.java

?????文件???????6380??2018-07-18?10:23??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\Device.java

?????文件????????806??2018-07-18?10:23??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\GetProperties.java

?????文件????????228??2018-07-17?16:54??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\oneNet.properties

?????文件???????8015??2018-07-18?10:23??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\text\Trigger.java

?????文件???????5543??2018-07-17?14:45??merchantCheck\src\main\java\com\sprz\merchantCheck\rmpl\web\HotCommentsController.java

?????文件????????582??2018-07-24?11:04??merchantCheck\src\main\resources\application-dev.yml

............此處省略932個文件信息

評論

共有 條評論