欢迎来到传世资源网!
加载中...
正在加载,请耐心等待...
本站为收藏、学习站,如有侵权,请联系管理员删除!

java高并发秒杀api源码

介绍 评论 失效链接反馈

【实例简介】java高并发秒杀api源码

【实例截图】

from clipboard

【核心代码】

.
├── java高并发秒杀api源码_minnkill.zip
└── minnkill
    ├── pom.xml
    ├── src
    │   ├── main
    │   │   ├── java
    │   │   │   └── org
    │   │   │       └── forezp
    │   │   │           ├── dao
    │   │   │           │   ├── SeckillDao.java
    │   │   │           │   └── SuccessKilledDao.java
    │   │   │           ├── dto
    │   │   │           │   ├── Exposer.java
    │   │   │           │   ├── SeckillExecution.java
    │   │   │           │   └── SeckillResult.java
    │   │   │           ├── entity
    │   │   │           │   ├── Seckill.java
    │   │   │           │   └── SuccessKilled.java
    │   │   │           ├── enums
    │   │   │           │   └── SeckillStatEnum.java
    │   │   │           ├── exception
    │   │   │           │   ├── RepeatKillException.java
    │   │   │           │   ├── SeckillCloseException.java
    │   │   │           │   └── SeckillException.java
    │   │   │           ├── service
    │   │   │           │   ├── SeckillService.java
    │   │   │           │   └── impl
    │   │   │           │       └── SeckillServiceImpl.java
    │   │   │           └── web
    │   │   │               └── SeckillController.java
    │   │   ├── resources
    │   │   │   ├── jdbc.properties
    │   │   │   ├── logback.xml
    │   │   │   ├── mapper
    │   │   │   │   ├── SeckillDao.xml
    │   │   │   │   └── SuccessKilledDao.xml
    │   │   │   ├── mybatis-config.xml
    │   │   │   └── spring
    │   │   │       ├── spring-dao.xml
    │   │   │       ├── spring-service.xml
    │   │   │       └── spring-web.xml
    │   │   └── webapp
    │   │       ├── META-INF
    │   │       │   └── MANIFEST.MF
    │   │       ├── WEB-INF
    │   │       │   ├── classes
    │   │       │   │   └── org
    │   │       │   │       └── forezp
    │   │       │   │           ├── dao
    │   │       │   │           │   ├── SeckillDao.class
    │   │       │   │           │   ├── SeckillDaoTest.class
    │   │       │   │           │   ├── SuccessKilledDao.class
    │   │       │   │           │   └── SuccessKilledDaoTest.class
    │   │       │   │           ├── dto
    │   │       │   │           │   ├── Exposer.class
    │   │       │   │           │   ├── SeckillExecution.class
    │   │       │   │           │   └── SeckillResult.class
    │   │       │   │           ├── entity
    │   │       │   │           │   ├── Seckill.class
    │   │       │   │           │   └── SuccessKilled.class
    │   │       │   │           ├── enums
    │   │       │   │           │   └── SeckillStatEnum.class
    │   │       │   │           ├── exception
    │   │       │   │           │   ├── RepeatKillException.class
    │   │       │   │           │   ├── SeckillCloseException.class
    │   │       │   │           │   └── SeckillException.class
    │   │       │   │           ├── service
    │   │       │   │           │   ├── SeckillService.class
    │   │       │   │           │   └── impl
    │   │       │   │           │       └── SeckillServiceImpl.class
    │   │       │   │           └── web
    │   │       │   │               └── SeckillController.class
    │   │       │   ├── jsp
    │   │       │   │   ├── common
    │   │       │   │   │   ├── head.jsp
    │   │       │   │   │   └── tag.jsp
    │   │       │   │   ├── detail.jsp
    │   │       │   │   └── list.jsp
    │   │       │   ├── lib
    │   │       │   └── web.xml
    │   │       ├── index.jsp
    │   │       └── resources
    │   │           └── script
    │   │               └── seckill.js
    │   └── test
    │       ├── java
    │       │   └── org
    │       │       └── forezp
    │       │           └── dao
    │       │               ├── SeckillDaoTest.java
    │       │               └── SuccessKilledDaoTest.java
    │       └── resources
    └── target
        ├── classes
        │   ├── jdbc.properties
        │   ├── logback.xml
        │   ├── mapper
        │   │   ├── SeckillDao.xml
        │   │   └── SuccessKilledDao.xml
        │   ├── mybatis-config.xml
        │   └── spring
        │       ├── spring-dao.xml
        │       ├── spring-service.xml
        │       └── spring-web.xml
        ├── m2e-jee
        │   └── web-resources
        │       └── META-INF
        │           ├── MANIFEST.MF
        │           └── maven
        │               └── org.forezp
        │                   └── minnkill
        │                       ├── pom.properties
        │                       └── pom.xml
        └── test-classes

53 directories, 61 files

下载声明:

本站资源均有第三方用户自行上传分享推荐,非本站自制,仅供玩家做交流学习之用!切勿用于商业用途!游戏作品版权归原作者享有,如有版权问题,请附带版权证明至邮件,本平台将应您的要求删除。
相关推荐:

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复