Rename ops package to actuate

This commit is contained in:
Dave Syer
2013-08-06 13:15:02 +01:00
parent e967c2d551
commit 12f0d4d95e
87 changed files with 242 additions and 242 deletions

View File

@@ -20,8 +20,8 @@ import java.util.Date;
import java.util.Map;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.actuate.properties.SecurityProperties;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.ops.properties.SecurityProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.stereotype.Controller;