Commit 370f82ba authored by KomachiSion's avatar KomachiSion
Browse files

Deprecated encrypt example with JPA + Springboot

parent 9aa47fc0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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)) {