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

mybatis 사용방법 #55

Open
kimjseok opened this issue Jul 12, 2017 · 0 comments
Open

mybatis 사용방법 #55

kimjseok opened this issue Jul 12, 2017 · 0 comments

Comments

@kimjseok
Copy link

UserMapper.xml
UserService.java
를만들고
컨트롤러에
@Inject
private UserService UserService;
이런식으로 등록하라는 건가요?

Description:

Field UserMapper in com.chequer.axboot.controllers.CommonCodeController required a bean of type 'com.chequer.axboot.domain.user.UserMapper' that could not be found.
Action:
Consider defining a bean of type 'com.chequer.axboot.domain.user.UserMapper' in your configuration.

이런오류가 나옵니다..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant