Jagger Wang
Jagger Wang
But how can I trim the prefix `ApiKey ` using regex, like this `regexp: ApiKey (.+)`?
Does this will use the captured group 1 as the limit key? Or still use the whole value as key, and does it ok that the value including blank character?
The test cases does't include the case I needed, and you didn't understand the question I asked. For exmaple, if the request header is `Authorization: ApiKey 123`, how can I...
If you stuck on npm build, you should check your network connection, and use some mirror repo that you can access. Right now, it not support internationalization。
No, because you dont't have any message translation files, this will only change the UI component's language, not the business content.
The version of lombok is defined in [pom.xml](https://github.com/xtreme1-io/xtreme1/blob/main/backend/pom.xml), which will be auto decided by Spring Framework. You can reference this similar [question](https://stackoverflow.com/questions/59626796/lomboks-superbuilder-error-java-cannot-find-symbol) on Stackoverflow.