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

异步保存日志信息到数据库的注解@Async没有生效,看日志还是在同一个线程执行的。原因是在类内部调用方法,aop不能生效。

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**问题描述** 框架的{project}/framework/src/main/resources/mapper/ip/IpAddressMapper.xml文件中使用了MySQL的INET_ATON函数,当应用使用了其他数据库,如postgresql,导致使用到该功能获取IP的代码抛错

swagger填写单个路径不生效 if (basePackage.contains(SPLIT_COMMA)) { basePackages = basePackage.split(SPLIT_COMMA); } else if (basePackage.contains(SPLIT_SEMICOLON)) { basePackages = basePackage.split(SPLIT_SEMICOLON); }

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...