Rename packages etc

This commit is contained in:
Dave Syer
2014-04-14 10:38:16 -07:00
parent 46c3d2bccd
commit 8460ea0425
12 changed files with 28 additions and 29 deletions

15
.springBeans Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<beansProjectDescription>
<version>1</version>
<pluginVersion><![CDATA[3.5.0.201404011509-RELEASE]]></pluginVersion>
<configSuffixes>
<configSuffix><![CDATA[xml]]></configSuffix>
</configSuffixes>
<enableImports><![CDATA[false]]></enableImports>
<configs>
</configs>
<autoconfigs>
</autoconfigs>
<configSets>
</configSets>
</beansProjectDescription>

View File

@@ -3,11 +3,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.demo</groupId>
<artifactId>demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<groupId>org.springframework.guice</groupId>
<artifactId>spring-juice</artifactId>
<version>0.0.1.BUILD-SNAPSHOT</version>
<name>scratch</name>
<name>spring-juice</name>
<description>Demo project</description>
<parent>

View File

@@ -1,16 +0,0 @@
package demo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan
@EnableAutoConfiguration
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import java.lang.annotation.Annotation;
import java.util.List;

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.beans.factory.support.AbstractBeanDefinition;

View File

@@ -1,4 +1,4 @@
package demo;
package org.springframework.guice;
import static org.junit.Assert.assertNotNull;

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import com.google.inject.AbstractModule;
import com.google.inject.Guice;

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import java.util.Collections;
import java.util.List;

View File

@@ -1,4 +1,4 @@
package demo;
package org.springframework.guice;
import static org.junit.Assert.assertNotNull;

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;

View File

@@ -11,7 +11,7 @@
* specific language governing permissions and limitations under the License.
*/
package demo;
package org.springframework.guice;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.Bean;