• 大小: 37.5M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-29
  • 语言: Java
  • 标签: 其他  

资源简介

仓库管理系统RFID出入库货架java.zip

资源截图

代码片段和文件信息

package com.deer.wms.api;

import com.deer.wms.file.configurer.FileSetting;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableScheduling;

/**
 * 共享托盘项目后台API入口
 *
 * Created by Floki on 2017/9/30.
 */

@SpringBootApplication
@EnableScheduling   //支持定时任务
@EnableConfigurationProperties({FileSetting.class})
@ComponentScan({
          “com.deer.wms.api“
         “com.deer.wms.project.seed“
         “com.deer.wms.intercept.common.data“
         “com.deer.wms.file“
         “com.deer.wms.system.manage“
         “com.deer.wms.message“
         “com.deer.wms.base.system“
         “com.deer.wms.bill.manage“
         “com.deer.wms.report“
         “com.deer.wms.finance“
         “com.deer.wms.operation“
         “com.deer.wms.device.manage“
         “com.deer.wms.ware.task“

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-12 07:26  deer-wms\
     文件         311  2018-10-12 07:26  deer-wms\.gitignore
     文件       35113  2018-10-12 07:26  deer-wms\LICENSE
     目录           0  2018-10-12 07:26  deer-wms\PDA\
     文件        1781  2018-10-12 07:26  deer-wms\PDA\.project
     目录           0  2018-10-12 07:26  deer-wms\PDA\.settings\
     文件          75  2018-10-12 07:26  deer-wms\PDA\.settings\org.eclipse.core.resources.prefs
     文件           0  2018-10-12 07:26  deer-wms\PDA\README.md
     目录           0  2018-10-12 07:26  deer-wms\PDA\config\
     文件        1526  2018-10-12 07:26  deer-wms\PDA\config\dev.js
     目录           0  2018-10-12 07:26  deer-wms\PDA\css\
     文件         457  2018-10-12 07:26  deer-wms\PDA\css\app.css
     文件        2389  2018-10-12 07:26  deer-wms\PDA\css\feedback.css
     文件        2813  2018-10-12 07:26  deer-wms\PDA\css\icons-extra.css
     文件        3053  2018-10-12 07:26  deer-wms\PDA\css\mui.dtpicker.css
     文件        2512  2018-10-12 07:26  deer-wms\PDA\css\mui.imageviewer.css
     文件        2159  2018-10-12 07:26  deer-wms\PDA\css\mui.indexedlist.css
     文件        2160  2018-10-12 07:26  deer-wms\PDA\css\mui.listpicker.css
     文件       75568  2018-10-12 07:26  deer-wms\PDA\css\mui.min.css
     文件        6521  2018-10-12 07:26  deer-wms\PDA\css\mui.picker.all.css
     文件        2220  2018-10-12 07:26  deer-wms\PDA\css\mui.picker.css
     文件        4837  2018-10-12 07:26  deer-wms\PDA\css\mui.picker.min.css
     文件        1246  2018-10-12 07:26  deer-wms\PDA\css\mui.poppicker.css
     文件          27  2018-10-12 07:26  deer-wms\PDA\css\wms.css
     目录           0  2018-10-12 07:26  deer-wms\PDA\examples\
     文件        4114  2018-10-12 07:26  deer-wms\PDA\examples\accordion.html
     文件        3442  2018-10-12 07:26  deer-wms\PDA\examples\actionsheet-plus.html
     文件        4630  2018-10-12 07:26  deer-wms\PDA\examples\actionsheet.html
     文件        1588  2018-10-12 07:26  deer-wms\PDA\examples\ad.html
     文件        4847  2018-10-12 07:26  deer-wms\PDA\examples\ajax.html
     文件        1823  2018-10-12 07:26  deer-wms\PDA\examples\badges.html
............此处省略3089个文件信息

评论

共有 条评论