Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 752 Bytes

readme.md

File metadata and controls

11 lines (11 loc) · 752 Bytes

CircleCI

仓库包路径说明

  1. whalefall.filedownloadorup为excel文件上传,下载简单案例
  2. whalefall.loadconfigtest 为从指定配置文件读取配置案例
  3. whalefall.redis 为使用redis实现分布式锁
  4. whalefall.test4annotation 为从注解上获取注解的内容
  5. whalefall.test4semaphore 为信号量简单案例
  6. whalefall.vuemock 为其他项目模拟数据
  7. whalefall.loadconfigtest.conditionalonexpress @ConditionalOnExpress 根据配置项动态加载某个Bean
  8. whalefall.enum1 枚举类简单用法
  9. whalefall.mvc springmvc @requestbody用法