优化:优化跨域配置,可支持配置允许跨域的具体域名或 *

This commit is contained in:
2023-03-23 19:54:15 +08:00
parent 30ba5bb5f4
commit 8591a24730
3 changed files with 14 additions and 8 deletions

View File

@@ -40,6 +40,11 @@ public class StringConsts implements StrPool {
*/
public static final String SEMICOLON = ";";
/**
* 星号
*/
public static final String ASTERISK = "*";
/**
* 中文逗号
*/