Skip to content

Commit

Permalink
idea copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspercliff committed Dec 20, 2024
1 parent c484025 commit 9a1fd1c
Show file tree
Hide file tree
Showing 24 changed files with 66 additions and 10 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ rss 51la
- mybatis 缓存
- threadLocalManager
- shardingjdbc
- mycat
- completeFuture
- https://github.com/Snailclimb/guide-rpc-framework
- sonar 代码质量
- SonarScanner
- Jenkins 调用SonarScanner
- git merge and rebase
- jmap
- spring boot starter
- guava stopwatch 事件总线
- logback 日志
- spring batch
- [Profiles :: Spring Boot](https://docs.spring.io/spring-boot/reference/features/profiles.html)
Expand Down
52 changes: 52 additions & 0 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"hash": "3cf8ae8d",
"configHash": "7f3e4c7d",
"lockfileHash": "f7918012",
"browserHash": "8a681b82",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "e37df151",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "583b06b7",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "85e13e75",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "418f7e72",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "e1103f57",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "09168994",
"needsInterop": false
}
},
"chunks": {
"chunk-K5OBGKJL": {
"file": "chunk-K5OBGKJL.js"
},
"chunk-NRR3UUIY": {
"file": "chunk-NRR3UUIY.js"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/java/devTools/idea/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## debug

- [tips](tips.md)
- [debug](debug.md)
- [自动补全](./自动补全.md)
- [idea+docker部署项目](./docker.md)
- [idea开发插件](./)
- [idea开发插件](./plugin.md)
File renamed without changes.
6 changes: 6 additions & 0 deletions docs/java/devTools/idea/tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# tips

## 快速通过复制的代码生成java类

直接在文件夹复制可以直接生成类
![asd](./assets/快速通过复制的代码生成java类.gif)
10 changes: 5 additions & 5 deletions docs/public/latestMdFiles.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
"README.md",
"docs/java/devTools/idea/index.md",
"docs/java/devTools/idea/tips.md",
"docs/index.md",
"docs/java/framework/logback/index.md",
"docs/java/framework/springcli/index.md",
"docs/java/middleware/rocketmq/basic.md",
"docs/java/devTools/buildTools/gradle/index.md",
"docs/java/devTools/buildTools/maven/basic.md",
"docs/java/devTools/idea/docker.md",
"docs/java/devTools/idea/index.md",
"docs/java/devTools/idea/plugin.md",
"docs/os/linux/index.md",
"docs/os/linux/utils/rsync.md"
"docs/java/devTools/idea/docker.md"
]

0 comments on commit 9a1fd1c

Please sign in to comment.