1.0
xin
2025-04-15 9703057956549369444720e429a1bda75a1c1178
refs
author xin <1099200748@qq.com>
Tuesday, April 15, 2025 16:14 +0800
committer xin <1099200748@qq.com>
Tuesday, April 15, 2025 16:14 +0800
commit9703057956549369444720e429a1bda75a1c1178
tree 5d201625401a2b38e64e610d9e51b1fab3a1ac48 tree | zip | gz
parent 719d2454c260d49cb9f92a1a73b31d98c1083d82 view | diff
1.0
44 files deleted
3 files added
4 files modified
3173 ■■■■■ changed files
.idea/compiler.xml 1 ●●●● diff | view | raw | blame | history
.idea/dataSources.xml 18 ●●●●● diff | view | raw | blame | history
.idea/inspectionProfiles/Project_Default.xml 8 ●●●●● diff | view | raw | blame | history
.idea/sqldialects.xml 7 ●●●●● diff | view | raw | blame | history
README.md 26 ●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/App.java 52 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/Database.java 43 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/Deploy.java 54 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/DeployHistory.java 46 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/Server.java 65 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/AppQueryCriteria.java 27 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/DatabaseQueryCriteria.java 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/DeployHistoryQueryCriteria.java 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/DeployQueryCriteria.java 30 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/dto/ServerQueryCriteria.java 27 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/enums/DataTypeEnum.java 121 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/domain/enums/MsgType.java 16 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/AppMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DatabaseMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DeployHistoryMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DeployMapper.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/DeployServerMapper.java 24 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/mapper/ServerMapper.java 26 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/AppController.java 75 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/DatabaseController.java 110 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/DeployController.java 144 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/DeployHistoryController.java 56 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/rest/ServerController.java 83 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/AppService.java 61 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/DatabaseService.java 68 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/DeployHistoryService.java 55 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/DeployService.java 96 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/ServerService.java 76 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/AppServiceImpl.java 106 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/DatabaseServiceImpl.java 88 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/DeployHistoryServiceImpl.java 70 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/DeployServiceImpl.java 414 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/impl/ServerServiceImpl.java 99 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/websocket/SocketMsg.java 19 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/service/websocket/WebSocketServer.java 119 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/util/ExecuteShellUtil.java 87 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/util/ScpClientUtil.java 87 ●●●●● diff | view | raw | blame | history
oying-system/src/main/java/com/oying/modules/maint/util/SqlUtils.java 216 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-dev.yml 2 ●●● diff | view | raw | blame | history
oying-system/src/main/resources/config/application-prod.yml 6 ●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/AppMapper.xml 37 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DatabaseMapper.xml 36 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DeployHistoryMapper.xml 39 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DeployMapper.xml 95 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/DeployServerMapper.xml 33 ●●●●● diff | view | raw | blame | history
oying-system/src/main/resources/mapper/maint/ServerMapper.xml 47 ●●●●● diff | view | raw | blame | history