部署到Docker后,路径造成的异常
·
class path resource [] cannot be resolved to absolute file path because it does not reside in the file system: jar:file:/app/app.jar!/BOOT-INF/classes!/
mapper-locations: classpath:com/mysql/*.xml,classpath:com/postgresql/*.xml
mapper-locations: classpath*:com/mapper/**/*.xml
classpath: = only root classpath
classpath*: = scan all JARs + subfolders
更多推荐


所有评论(0)