as shown in the figure
I created a route for a fan domain name. Parsing all requests directly opens the same vue
single page; then parse the specific route through vue-router
.
due to the need to verify the login authorized by Wechat, all can only be implemented using spring
related methods.
problems with the current project:
all static resource accesses are parsed by the @ GetMapping
paradigm, and static resources cannot be returned directly.
are there any great gods to answer the following questions? And give a solution? For example:
routing regular expression masking?
filter?
AOP?