不再软加密

dongguan-huaweiyun
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 0d831cad92
commit 60be776976

@ -20,6 +20,6 @@ public class LicenseAspect {
*/ */
@Before("execution(public * com.leaper..*.controller.*.*(..))") @Before("execution(public * com.leaper..*.controller.*.*(..))")
public void handler(){ public void handler(){
Assert.isTrue(LPLicense.checkLic(),"未获取授权请将C:\\hzleaper_auto_install\\logistics_package\\lp.key发送给授权人员"); //Assert.isTrue(LPLicense.checkLic(),"未获取授权请将C:\\hzleaper_auto_install\\logistics_package\\lp.key发送给授权人员");
} }
} }

Loading…
Cancel
Save