@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
excalidraw-plugin: parsed
|
||||
tags: [excalidraw]
|
||||
|
||||
---
|
||||
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== You can decompress Drawing data with the command palette: 'Decompress current Excalidraw file'. For more info check in plugin settings under 'Saving'
|
||||
|
||||
|
||||
## Drawing
|
||||
```compressed-json
|
||||
N4IgLgngDgpiBcIYA8DGBDANgSwCYCd0B3EAGhADcZ8BnbAewDsEAmcm+gV31TkQAswYKDXgB6MQHNsYfpwBGAOlT0AtmIBeNCtlQbs6RmPry6uA4wC0KDDgLFLUTJ2lH8MTDHQ0YNMWHRJMRZFAHZFAFYyJE9VGEYwGgQAbQBdcnQoKABlALA+UEl8PGzsDT5GTkxMch0YIgAhdFQAayKuRlwAYXpMenwEEABiADMx8ZAAX0mgA
|
||||
```
|
||||
%%
|
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 61 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 48 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 188 KiB |
@ -0,0 +1,22 @@
|
||||
## SpringBoot
|
||||
```json
|
||||
{
|
||||
// 使用 IntelliSense 了解相关属性。
|
||||
// 悬停以查看现有属性的描述。
|
||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "dcm-dataIntegration",
|
||||
"request": "launch",
|
||||
"projectName":"dcm-dataIntegration",
|
||||
"mainClass": "com.maxvision.platform.Platform",
|
||||
"args": [
|
||||
"--spring.profiles.active=dev"
|
||||
],
|
||||
"vmArgs": "-Xms1024m -Xmx2048m -XX:MaxMetaspaceSize=512m -Djps.track.ap.dependencies=false -Dspring-boot.run.fork=false"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
@ -0,0 +1,9 @@
|
||||
![[Pasted image 20250612134929.png]]
|
||||
|
||||
![[Pasted image 20250612134940.png]]
|
||||
![[Pasted image 20250612134949.png]]
|
||||
![[Pasted image 20250612134959.png]]
|
||||
![[Pasted image 20250612135006.png]]
|
||||
![[Pasted image 20250612135015.png]]
|
||||
|
||||
![[Pasted image 20250612222359.png]]
|