SpringBootBucket icon indicating copy to clipboard operation
SpringBootBucket copied to clipboard

Springboot bucket

Results 16 SpringBootBucket issues
Sort by recently updated
recently updated
newest added

###### file reference com.xncoding.echarts.service.ApiService#saveBase64Pic ######原始代码 String destFile = p.getImageDir() + now + ".png"; out = new FileOutputStream(file); ######产生原因 文件路径不存在时 输出流输出到文件时会报错 ######更改建议 String destFile = p.getImageDir() + now + ".png"; File...

作者您好,请问有SpringBoot-jwt创建数据库的脚本吗? 能完善一下@RequiresRoles权限的demo吗

http://locahost:8080/client/html/index.html http://locahost:9099/client/html/index.html 我直接导入跑起来的,这两个地址都会报找不到页面

ackRequest.isAckRequested() 这个登陆一直返回false是怎么回事,请教这个false是哪里产生的

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userMapper' defined in file [D:\IDEA\idea2019\springboot\springboot-datasource\target\classes\com\spring\datasource\mapper\UserMapper.class]: Invocation of init method...

你好,我在运行shiro工程时,用的idea,无法运行。已经尝试了使用maven中的tomcat插件,并且修改了配置中的文件路径。都不可以。出现的错误是: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.xncoding.pos.Application]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'asyncTask' for bean class [com.xncoding.pos.async.AsyncTask] conflicts with existing, non-compatible bean definition of same name and...