# FizzBuzzSpringBoot **Repository Path**: waltertan/FizzBuzzSpringBoot ## Basic Information - **Project Name**: FizzBuzzSpringBoot - **Description**: FizzBuzz implemented with spring boot - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 参考我代码的朋友,麻烦给个Star先 # FizzBuzzSpringBoot FizzBuzz implemented with spring boot Notice: 1. Required environment: JDK 1.8+, Maven 3.2+ 2. Application main class: com.walter.fizzbuzz.FizzbuzzApplication 3. UT test suite class: com.walter.fizzbuzz.testsuite.FizzBuzzSuiteTest 4. The tag named 'stage1' is for stage1 requirement, while tag named 'stage2' is for stage2 requirement