Skip to content

jkupcho/boot-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boot-Me Build Status Coverage Status

Interface and Implementation

  • Located in package com.dardo.mke.mg
  • Uses Spring to inject the implementations
    • See com.dardo.mke.mg.config package for configuration.

Algorithms

  • Located in package com.dardo.mke.mg.alg
  • All methods are pure, and implementations are thread-safe.
  • Tried to implement with Quickest implementation in mind.
  • Accounted for case sensitivity within the Used implementation through constructor-arg.

Spring

  • If using Spring to bootstrap implementations, case-sensitivity of Used can be changed through the used.case.sensitive property.

Unit Tests

  • Unit tests for all of the code, should have 100% code coverage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published