Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

服务端开发遇到的bug,请写这里 #5

Open
AweiLoveAndroid opened this issue Dec 28, 2018 · 1 comment
Open

服务端开发遇到的bug,请写这里 #5

AweiLoveAndroid opened this issue Dec 28, 2018 · 1 comment
Labels
后端 bugs 后端bugs

Comments

@AweiLoveAndroid
Copy link
Owner

AweiLoveAndroid commented Dec 28, 2018

如果你在服务端开发中遇到问题,出现的bug ,请在这里留言回复。感谢大家支持。

服务端语言,包括但不限于这些:Java、PHP、nodejs等

@lorayq
Copy link

lorayq commented Dec 29, 2018

关于springboot多模块时mybatis无法扫描到jar包中xml问题:

解决方案:
mybatis: mapperLocations: classpath*:mapper/**/*.xml
原始代码:
mybatis: mapperLocations: classpath:mapper/**/*.xml
知识点:
calsspath与classpath的区别:
classpath会扫描当前工程资源路径
classpath
不止扫描当前工程资源路径,还会扫描jar包中资源路径

@AweiLoveAndroid AweiLoveAndroid added the 后端 bugs 后端bugs label Dec 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
后端 bugs 后端bugs
Projects
None yet
Development

No branches or pull requests

2 participants