添加service
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
package com.genersoft.iot.vmp.jt1078.service;
|
||||||
|
|
||||||
|
public interface Ijt1078Service {
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
package com.genersoft.iot.vmp.jt1078.service.impl;
|
||||||
|
|
||||||
|
import com.genersoft.iot.vmp.jt1078.service.Ijt1078Service;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
@Service
|
||||||
|
public class jt1078ServiceImpl implements Ijt1078Service {
|
||||||
|
}
|
||||||
@@ -2,4 +2,4 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: wvp
|
name: wvp
|
||||||
profiles:
|
profiles:
|
||||||
active: local
|
active: 1078
|
||||||
Reference in New Issue
Block a user