master
yixian 6 years ago
parent 68fa5e1e4d
commit b0e1c5f259

@ -1,5 +1,6 @@
package au.com.royalpay.payment.manage;
import com.alibaba.fastjson.parser.ParserConfig;
import com.google.code.kaptcha.Producer;
import com.google.code.kaptcha.impl.DefaultKaptcha;
import com.google.code.kaptcha.util.Config;
@ -33,6 +34,7 @@ import java.util.concurrent.ScheduledExecutorService;
public class PaymentManageApplication {
public static void main(String[] args) {
ParserConfig.getGlobalInstance().setAutoTypeSupport(true);
SpringApplication.run(PaymentManageApplication.class, args);
}

Loading…
Cancel
Save