Skip to content

Commit

Permalink
Using the simplest configuration for the sample
Browse files Browse the repository at this point in the history
To avoid wrong copy&pastes from sample code
  • Loading branch information
emacarron committed Mar 29, 2016
1 parent fd4e34e commit 732cbaa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package sample.mybatis;

import org.mybatis.spring.annotation.MapperScan;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
Expand All @@ -25,7 +24,6 @@
import sample.mybatis.mapper.CityMapper;

@SpringBootApplication
@MapperScan("sample.mybatis.mapper")
public class SampleMybatisApplication implements CommandLineRunner {

@Autowired
Expand Down

0 comments on commit 732cbaa

Please sign in to comment.