Skip to content

Commit

Permalink
org.fireply.entity 包移动到 org.fireply.enter.entity 包
Browse files Browse the repository at this point in the history
  • Loading branch information
Fireply committed May 17, 2016
1 parent f64e1f7 commit 06f7df8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.Date;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.Date;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.Date;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.fireply.entity;
package org.fireply.enter.entity;
// Generated 2016-5-16 23:27:45 by Hibernate Tools 4.3.1.Final

import java.util.HashSet;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ http://www.springframework.org/schema/context/spring-context-4.2.xsd
">
<!-- 启用 Spring 注解 -->
<context:annotation-config />
<context:component-scan base-package="org.fireply" />
<context:component-scan base-package="org.fireply.enter" />
<tx:annotation-driven transaction-manager="transactionManager"/>

<context:property-placeholder location="classpath:config.properties" />
Expand Down

0 comments on commit 06f7df8

Please sign in to comment.