Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

[important] [feat] controller without controller anno #24

Closed
4ra1n opened this issue Dec 20, 2022 · 2 comments
Closed

[important] [feat] controller without controller anno #24

4ra1n opened this issue Dec 20, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@4ra1n
Copy link
Member

4ra1n commented Dec 20, 2022

@SpringBootApplication
public class DemoApplication {

	public static void main(String[] args) {
		SpringApplication.run(DemoApplication.class, args);
	}

	@GetMapping("test")
	public String test(){
		return "ok";
	}
}
@4ra1n 4ra1n added the enhancement New feature or request label Dec 20, 2022
@4ra1n 4ra1n self-assigned this Dec 20, 2022
@4ra1n
Copy link
Member Author

4ra1n commented Dec 20, 2022

应该考虑到以上这种情况

@4ra1n
Copy link
Member Author

4ra1n commented Dec 20, 2022

0.7

@4ra1n 4ra1n closed this as completed Dec 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant