com.shixinke.utils.web.handler.SqlExceptionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of web-utils Show documentation
Show all versions of web-utils Show documentation
Toolbox commonly used in web development
package com.shixinke.utils.web.handler;
import com.shixinke.utils.web.annotation.cat.ExceptionHandler;
/**
* @author shixinke
* crated 19-4-9 下午4:02
* @version 1.0
*/
public class SqlExceptionHandler implements ExceptionHandler {
}