1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-29 01:53:10 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
Files
bookshelfplus/bookshelfplus/src/main/java/plus/bookshelf/Controller/Controller/BaseController.java

6 lines
169 B
Java

package plus.bookshelf.Controller.Controller;
public class BaseController {
public static final String CONTENT_TYPE_FORMED = "application/x-www-form-urlencoded";
}