1. 환자 회원가입, 로그인 추가

2. 임직원 로그인 추가
3. 외래 or 입원, 건강검진 추가 예정
This commit is contained in:
mcutegs2
2020-06-25 16:57:40 +09:00
parent e55cee847a
commit 78e29d6686
22 changed files with 566 additions and 65 deletions

View File

@@ -32,6 +32,17 @@
<artifactId>mariadb-java-client</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
</dependency>
</dependencies>