Skip to content
Open

Dev #10

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
3031de0
delete some useless class
Aug 26, 2015
00bf434
Add PO class and finish test
Liuyis Sep 2, 2015
93080c0
Merge pull request #2 from Ripple-Java/model-dev
Liuyis Sep 2, 2015
6db6b01
Merge branch 'dev' into model-dev
Liuyis Sep 2, 2015
686e20b
Update Dao Class and add FindByPage function
Liuyis Sep 3, 2015
afa3d39
Merge pull request #3 from Ripple-Java/model-dev
Liuyis Sep 3, 2015
b5a0c96
complete serviceManager and add some controller
Liuyis Sep 7, 2015
9e846c2
Merge pull request #4 from Ripple-Java/dev-service
Liuyis Sep 7, 2015
5f8d9bd
Backup and start big change
Liuyis Sep 11, 2015
386a277
Merge pull request #5 from Ripple-Java/dev-service
Liuyis Sep 11, 2015
4263d37
Model update
Liuyis Sep 14, 2015
b2c72d9
Merge pull request #6 from Ripple-Java/second-dev
Liuyis Sep 14, 2015
c0e7fec
test_version
Liuyis Sep 14, 2015
d2ab760
Merge pull request #7 from Ripple-Java/liuyi_deb
Liuyis Sep 14, 2015
e91bbab
TEST
Liuyis Sep 15, 2015
4579eeb
Merge pull request #8 from Ripple-Java/liuyi_deb
Liuyis Sep 15, 2015
6c26c20
Add Model
Liuyis Sep 17, 2015
d859f24
Merge pull request #9 from Ripple-Java/liuyi_deb
Liuyis Sep 17, 2015
247119a
无视eclipse配置文件
Changeeer Sep 19, 2015
d34e0a9
Merge branch 'dev' into liuyi_deb
Liuyis Sep 19, 2015
6521d1a
use remote database
Liuyis Sep 19, 2015
49a7f9a
Merge branch 'liuyi_deb' into dev
Liuyis Sep 19, 2015
bbed051
add DBloger
Liuyis Sep 20, 2015
2c9b0fb
Merge branch 'dev' into liuyi_deb
Liuyis Sep 20, 2015
3623771
Merge branch 'liuyi_deb' into dev
Liuyis Sep 20, 2015
4a671e5
test
Changeeer Sep 20, 2015
776a804
add --add feedbackMass
Changeeer Sep 20, 2015
e129dda
fix
Liuyis Sep 20, 2015
4d65ec4
Merge branch 'liuyi_deb' into dev
Liuyis Sep 20, 2015
335c410
添加addFeedBack
Changeeer Sep 20, 2015
20d1a86
Merge branch 'changer' into dev
Changeeer Sep 20, 2015
4270368
Merge branch 'dev' of https://github.com/Ripple-Java/Medicine-Project…
Liuyis Sep 20, 2015
734cc25
Merge branch 'dev' into liuyi_deb
Liuyis Sep 20, 2015
de774d7
添加--用户添加收藏
Changeeer Sep 22, 2015
c9b74a9
add FileUtil and ExcelUtil
Liuyis Sep 23, 2015
8551be6
Merge branch 'liuyi_deb' into dev
Liuyis Sep 23, 2015
8028e23
fix (-__-)b
Liuyis Sep 23, 2015
47654f9
Merge branch 'liuyi_dev' into dev
Liuyis Sep 23, 2015
751d6ed
Merge branch 'Changer' into dev
Changeeer Sep 23, 2015
fd9d0b0
Merge branch 'dev' of https://github.com/Ripple-Java/Medicine-Project…
Changeeer Sep 23, 2015
a8042a8
error修复
Changeeer Sep 23, 2015
156d500
update
Liuyis Oct 3, 2015
a013c74
Merge branch 'liuyi_dev' into dev
Liuyis Oct 3, 2015
204ee81
update
Liuyis Oct 6, 2015
401f15c
Merge branch 'liuyi_dev' into dev
Liuyis Oct 6, 2015
fe97407
update 2015-10-11
Liuyis Oct 10, 2015
7c94149
Merge branch 'liuyi_dev' into dev
Liuyis Oct 10, 2015
cf3a950
change to Idea
Liuyis Nov 7, 2015
9cdd98e
Merge branch 'liuyi_dev' into dev
Liuyis Nov 7, 2015
089f7eb
修改备份
Liuyis Jan 16, 2016
0da5669
Merge branch 'liuyi_dev' into dev
Liuyis Jan 16, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 2 additions & 10 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.prefs
*.classpath
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions .idea/artifacts/MedicineProject.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/rebel_project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading