Skip to content

Commit

Permalink
App信息管理系统
Browse files Browse the repository at this point in the history
  • Loading branch information
youtehub committed Mar 31, 2020
1 parent d9d2d4d commit 6d939e3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 204 deletions.
2 changes: 2 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/standard.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/jsp-api.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="WebContent/WEB-INF/lib/javax.annotation-api-1.3.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="module" value="true"/>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="C:/Users/Yiuahm/Desktop/AppInfoSystem/WebContent/WEB-INF/lib/log4j-1.2.17.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
/build

App��Ϣ����ϵͳ

2 changes: 2 additions & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

Binary file not shown.
2 changes: 2 additions & 0 deletions src/cn/appsys/service/backend/BackendUserServiceImpl.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
package cn.appsys.service.backend;

import javax.annotation.Resource;

import org.springframework.stereotype.Service;

import cn.appsys.dao.backenduser.BackendUserMapper;
import cn.appsys.pojo.BackendUser;

@Service
public class BackendUserServiceImpl implements BackendUserService {

@Resource
private BackendUserMapper mapper;

Expand Down

0 comments on commit 6d939e3

Please sign in to comment.