ing
This commit is contained in:
parent
a03f09f227
commit
518d2bf0b3
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<groupId>com.loafle.overflow</groupId>
|
<groupId>com.loafle.overflow</groupId>
|
||||||
<artifactId>commons-java</artifactId>
|
<artifactId>commons-java</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0.12-SNAPSHOT</version>
|
<version>1.0.13-SNAPSHOT</version>
|
||||||
<name>com.loafle.overflow.commons-java</name>
|
<name>com.loafle.overflow.commons-java</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -16,7 +16,7 @@ public interface DomainMemberService {
|
||||||
void regist(DomainMember domainMember) throws OverflowException;
|
void regist(DomainMember domainMember) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
Domain readDomainByMemberID(Long memberID) throws OverflowException;
|
Domain readDomainByMemberEmail(String memberEmail) throws OverflowException;
|
||||||
|
|
||||||
@WebappAPI
|
@WebappAPI
|
||||||
DomainMember readByMemberEmail(String email) throws OverflowException;
|
DomainMember readByMemberEmail(String email) throws OverflowException;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user