Skip to content

Spring core&mvc#3

Open
NailKalimov wants to merge 9 commits intomasterfrom
SpringCore&MVC
Open

Spring core&mvc#3
NailKalimov wants to merge 9 commits intomasterfrom
SpringCore&MVC

Conversation

@NailKalimov
Copy link
Copy Markdown
Owner

No description provided.

@ResponseBody
public String noResultExceptionHandler(Throwable ex) {
public String noResultExceptionHandler() {
System.out.println("------------From Exception Handler Controller : NoResultException");
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use logger here and everywhere

})
@WebAppConfiguration
@EnableWebMvc
@TestPropertySource("classpath:application.properties")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For tests use tes.properties and H2

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

Successfully merging this pull request may close these issues.

2 participants