BAEL-1238 (#2941)
* michael.good703@gmail.com michael.good703@gmail.com * michael.good703@gmail.com michael.good703@gmail.com * michael.good703@gmail.com michael.good703@gmail.com * update * michael.good703@gmail.com Had to add @SpringBootApplication(exclude = MySQLAutoconfiguration.class) * Updated for 3.3.0.Final BAEL-1238 * Update pom.xml * BAEL-1238 Added new module spring-boot-keycloak and removed Keycloak code from spring-boot module * Minor changes to pom.xml * Update CustomConverterTest.java * Update StringToEmployeeConverter.java * Update GenericBigDecimalConverter.java * Update MyFeatures.java * Update .gitignore * Formatting changes * "Resolving conflicts" * Updated spring-boot to remove keycloak * Updated to see * Update * Updated * Found remnant file and deleted it
This commit is contained in:
@@ -50,4 +50,4 @@ public class CustomConverterTest {
|
||||
assertThat(conversionService.convert("2.32", BigDecimal.class))
|
||||
.isEqualTo(BigDecimal.valueOf(2.32));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user