Loading sharding-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/src/main/java/org/apache/shardingsphere/example/encrypt/table/spring/boot/SpringBootExample.java +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ import java.sql.SQLException; @SpringBootApplication(exclude = JtaAutoConfiguration.class) public class SpringBootExample { /** * The example can't work well. * Related issue #2884: https://github.com/apache/incubator-shardingsphere/issues/2884 */ @Deprecated public static void main(final String[] args) throws SQLException { // TODO: Because of assistedQueryColumns, we need to consider the DDL of encrypt module. Now JPA examples can not run well. try (ConfigurableApplicationContext applicationContext = SpringApplication.run(SpringBootExample.class, args)) { Loading Loading
sharding-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/src/main/java/org/apache/shardingsphere/example/encrypt/table/spring/boot/SpringBootExample.java +5 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,11 @@ import java.sql.SQLException; @SpringBootApplication(exclude = JtaAutoConfiguration.class) public class SpringBootExample { /** * The example can't work well. * Related issue #2884: https://github.com/apache/incubator-shardingsphere/issues/2884 */ @Deprecated public static void main(final String[] args) throws SQLException { // TODO: Because of assistedQueryColumns, we need to consider the DDL of encrypt module. Now JPA examples can not run well. try (ConfigurableApplicationContext applicationContext = SpringApplication.run(SpringBootExample.class, args)) { Loading