Re: [DISCUSSION] IGNITE-13152 Introduce spring-data repository configuration properties

2020-06-17 Thread Denis Magda
Hi Sergey, In my experience, Spring Repositories configuration stays minimalistic, and one of two approaches is followed to create a schema in an underlying storage engine. The first approach is when we can execute schema initialization scripts that will pre-create all SQL tables, indexes, etc.

[DISCUSSION] IGNITE-13152 Introduce spring-data repository configuration properties

2020-06-17 Thread Sergey Moldachev
Hello, Igniters! I'd like to discuss with you changes for *ignite-spring-data*. You can read about motivation and the idea in [1]. [1] https://issues.apache.org/jira/browse/IGNITE-13152 -- Regards, Sergey