ㅑ후
This commit is contained in:
parent
a45cf9aebd
commit
c429c01dec
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<groupId>com.loafle.overflow</groupId>
|
||||
<artifactId>commons-java</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0.60-SNAPSHOT</version>
|
||||
<version>1.0.61-SNAPSHOT</version>
|
||||
<name>com.loafle.overflow.commons-java</name>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -14,6 +14,9 @@ public interface NoAuthProbeService {
|
|||
@ProbeAPI
|
||||
NoAuthProbe regist(NoAuthProbe noAuthProbe) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
NoAuthProbe read(Long id) throws OverflowException;
|
||||
|
||||
@ProbeAPI
|
||||
NoAuthProbe readByTempProbeKey(String tempProbeKey) throws OverflowException;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user