Commit 16814878 authored by tristaZero's avatar tristaZero
Browse files

add todo

parent dc374139
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.springframework.context.annotation.ComponentScan;
public class SpringBootExample {

    public static void main(final String[] args) {
        // 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)) {
            JPAUserService userService = applicationContext.getBean(JPAUserService.class);
            userService.processSuccess();