Skip to content

Conversation

@madlejan95
Copy link

…lot of typos

registry.addViewController("/hello").setViewName("hello");
registry.addViewController("/login").setViewName("login");
registry.addViewController("/sergi").setViewName("sergi");
registry.addViewController("/je buh").setViewName("je buh");
Copy link
Author

Choose a reason for hiding this comment

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

This view name has an empty space in the parameter, most likely won't work


public static void main(String[] args) throws Throwable {
SpringApplication.run(SecuringWebApplication.class, args);
typo!;
Copy link
Author

Choose a reason for hiding this comment

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

This looks like a typo, could you please try running your code before you make a PR?

}

@Bean
public TotalyUselessBean thatDoentDoAnything() {
Copy link
Author

Choose a reason for hiding this comment

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

This looks like a totally useless bean, see the name.

@madlejan95 madlejan95 closed this by deleting the head repository Oct 21, 2025
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.

1 participant