Loading sharding-jdbc-example/encrypt-example/encrypt-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/encrypt/table/raw/jdbc/YamlConfigurationExample.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ public class YamlConfigurationExample { } private static File getFile() { return new File(Thread.currentThread().getClass().getResource("/META-INF/sharding-databases.yaml").getFile()); return new File(Thread.currentThread().getClass().getResource("/META-INF/encrypt-databases.yaml").getFile()); } private static CommonService getUserService(final DataSource dataSource) { Loading Loading
sharding-jdbc-example/encrypt-example/encrypt-raw-jdbc-example/src/main/java/org/apache/shardingsphere/example/encrypt/table/raw/jdbc/YamlConfigurationExample.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ public class YamlConfigurationExample { } private static File getFile() { return new File(Thread.currentThread().getClass().getResource("/META-INF/sharding-databases.yaml").getFile()); return new File(Thread.currentThread().getClass().getResource("/META-INF/encrypt-databases.yaml").getFile()); } private static CommonService getUserService(final DataSource dataSource) { Loading