BAEL-1911 - Spring session with JDBC (#4689)
This commit is contained in:
committed by
Predrag Maric
parent
cddf858c05
commit
6335e28a9e
+16
@@ -0,0 +1,16 @@
|
||||
package com.baeldung.springsessionjdbc;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class SpringSessionJdbcApplicationTests {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user