Rename data-jdbc to data-jdbc-h2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.example.data.jdbc;
|
||||
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.data.jdbc.repository.config.EnableJdbcRepositories;
|
||||
|
||||
@Configuration
|
||||
@EnableJdbcRepositories
|
||||
class DataJdbcConfiguration {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user