mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-22 13:27:52 +08:00
添加service
This commit is contained in:
parent
59d8f2f915
commit
6275372455
@ -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:
|
||||
name: wvp
|
||||
profiles:
|
||||
active: local
|
||||
active: 1078
|
||||
Loading…
Reference in New Issue
Block a user