-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
51df291
commit 2599187
Showing
13 changed files
with
32 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
108 changes: 0 additions & 108 deletions
108
blog/src/main/java/liuyuyang/net/controller/ProjectController.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
blog/src/main/java/liuyuyang/net/mapper/ProjectMapper.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
package liuyuyang.net.service; | ||
|
||
import com.baomidou.mybatisplus.extension.service.IService; | ||
import liuyuyang.net.dto.project.SystemDTO; | ||
import liuyuyang.net.model.Config; | ||
|
||
import java.util.Map; | ||
|
||
public interface ConfigService extends IService<Config> { | ||
Object get(String name); | ||
Map list(String group); | ||
void edit(String group, Map<String, String> config); | ||
SystemDTO getSystemInfo(); | ||
Map getSystemInfo(); | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
blog/src/main/java/liuyuyang/net/service/impl/ProjectServiceImpl.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
model/src/main/java/liuyuyang/net/dto/project/OtherDTO.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.