Migrate all to entity manager.
This commit is contained in:
@@ -3,14 +3,8 @@ package com.wisemapping.config;
|
||||
import com.wisemapping.model.User;
|
||||
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
||||
import org.springframework.boot.autoconfigure.domain.EntityScan;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
|
||||
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
|
||||
//@Configuration
|
||||
//@EnableTransactionManagement
|
||||
//@EnableJpaRepositories("com.wisemapping.model")
|
||||
|
||||
|
||||
@Configuration
|
||||
|
Reference in New Issue
Block a user