RLS initial test

This commit is contained in:
Omar Muñoz
2026-01-21 09:12:16 -06:00
commit 095799f950
13 changed files with 973 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}