spring-boot-plus icon indicating copy to clipboard operation
spring-boot-plus copied to clipboard

:fire: Spring-Boot-Plus is an easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. :rocket:

Results 42 spring-boot-plus issues
Sort by recently updated
recently updated
newest added

``` jdk: 11 branch: master file:src\test\java\io\geekidea\boot\generator\config\GeneratorConfig.java ``` ``` // 274行,抛类型转换异常 String password = (String) datasource.get("password"); ``` ``` //是否可以考虑修改为: String password = String.valueOf(datasource.get("password")); ```

Hi @springboot-plus, @geekidea, Right Now, I am having this project and I am able to run this project from Intellij Idea. I just wanted to know, How to deploy this...