text:()修改企业入入驻
parent
585656aa46
commit
b04f697547
|
@ -146,7 +146,7 @@ public class TokenController {
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
ClassPathResource rc = new ClassPathResource("static/saas.sql");
|
ClassPathResource rc = new ClassPathResource("init-file/saas.sql");
|
||||||
EncodedResource er = new EncodedResource(rc, "utf-8");
|
EncodedResource er = new EncodedResource(rc, "utf-8");
|
||||||
ScriptUtils.executeSqlScript(connection, er);
|
ScriptUtils.executeSqlScript(connection, er);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue