This repository has been archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
2,490 additions
and
2,290 deletions.
There are no files selected for viewing
Binary file modified
BIN
+289 Bytes
(160%)
...lugins/org.eclipse.core.resources/.projects/Memo/.indexes/e4/b9/22/81/f7/92/history.index
Binary file not shown.
Binary file modified
BIN
+120 Bytes
(110%)
...lugins/org.eclipse.core.resources/.projects/Memo/.indexes/e4/b9/22/81/f7/9c/history.index
Binary file not shown.
Binary file modified
BIN
+1.02 KB
(210%)
...ins/org.eclipse.core.resources/.projects/Memo/.indexes/e4/b9/22/81/f7/b5/20/history.index
Binary file not shown.
Binary file modified
BIN
+219 Bytes
(170%)
...lugins/org.eclipse.core.resources/.projects/Memo/.indexes/e4/b9/22/81/f7/b5/history.index
Binary file not shown.
Binary file modified
BIN
+3.47 KB
(300%)
.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
Binary file not shown.
4,657 changes: 2,423 additions & 2,234 deletions
4,657
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.metadata/.plugins/org.eclipse.wst.jsdt.core/externalLibsTimeStamps
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Sat May 19 10:58:55 CST 2018 | ||
#Sun May 20 09:55:34 CST 2018 | ||
org.eclipse.core.runtime=2 | ||
org.eclipse.platform=4.7.3.v20180330-0640 |
Binary file modified
BIN
+0 Bytes
(100%)
.recommenders/index/http___download_eclipse_org_recommenders_models_oxygen_/segments.gen
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
package com.orz.service; | ||
|
||
import com.orz.po.Base_User; | ||
|
||
public interface UserService { | ||
public Base_User getUserById(int id); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
package com.orz.service.impl; | ||
|
||
import org.springframework.beans.factory.annotation.Autowired; | ||
import org.springframework.stereotype.Service; | ||
import org.springframework.transaction.annotation.Transactional; | ||
|
||
import com.orz.dao.Base_User_Dao; | ||
import com.orz.po.Base_User; | ||
import com.orz.service.UserService; | ||
|
||
@Service | ||
@Transactional | ||
public class UserServiceImpl implements UserService { | ||
@Autowired | ||
private Base_User_Dao userService; | ||
|
||
public Base_User getUserById(int id) { | ||
return userService.get(id); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||
<mapper namespace="com.orz.dao.Base_User_Dao"> | ||
<select id="getByGbfId" resultType="com.orz.po.Base_User" parameterType="java.lang.String"> | ||
select * from Base_User where gbf_id = #{ gbf_id } | ||
</select> | ||
</mapper> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Memo/target/m2e-wtp/web-resources/META-INF/maven/com.orz/Memo/pom.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
Memo/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
com\orz\controller\TestController.class | ||
com\orz\po\GBF_Item_Info.class | ||
com\orz\po\Base_User.class | ||
com\orz\controller\GbfController.class | ||
com\orz\service\impl\GbfItemServiceImpl.class | ||
com\orz\service\UserService.class | ||
com\orz\dao\Gbf_Info_Dao.class | ||
com\orz\service\GbfItemService.class | ||
com\orz\dao\GenericDao.class | ||
com\orz\util\DateUtil.class | ||
com\orz\dao\Base_User_Dao.class | ||
com\orz\service\impl\UserServiceImpl.class | ||
com\orz\test\Test.class | ||
com\orz\controller\GbfController.class | ||
com\orz\dao\Gbf_Info_Dao.class | ||
com\orz\util\DateUtil.class | ||
com\orz\service\impl\UserServiceImpl.class |