Commit 660b9f0a by Jan Hrabal

renaming

parent 192ddd5d
......@@ -6,11 +6,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
......
......@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
......@@ -20,9 +25,16 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
......@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>redegast</artifactId>
<artifactId>radegast</artifactId>
<version>0.0.1</version>
<packaging>jar</packaging>
<name>RateIT</name>
......
package com.jh.rateit;
package com.jh.radegast;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
......
package com.jh.rateit.api;
package com.jh.radegast.api;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
......
package com.jh.rateit.model;
package com.jh.radegast.model;
import com.jh.common.jpa.AbstractIdEntity;
......
package com.jh.rateit.model;
package com.jh.radegast.model;
import java.util.Locale;
......
package com.jh.rateit.rating;
package com.jh.radegast.rating;
import java.util.Collection;
......@@ -6,7 +6,7 @@ import org.hibernate.Session;
import org.springframework.stereotype.Repository;
import com.jh.common.jpa.AbstractHibernateRepository;
import com.jh.rateit.model.Rating;
import com.jh.radegast.model.Rating;
@Repository
......
package com.jh.rateit.rating;
package com.jh.radegast.rating;
import java.util.Collection;
......@@ -6,7 +6,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.jh.rateit.model.Rating;
import com.jh.radegast.model.Rating;
@Service
public class RatingService {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment