Skip to content

Commit 2b38ba8

Browse files
committed
refactor: 整理项目
1 parent d2f55e8 commit 2b38ba8

File tree

173 files changed

+17321
-4283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+17321
-4283
lines changed

codes/javatech/javatech-server/src/main/java/io/github/dunwu/javatech/service/HelloService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.springframework.stereotype.Service;
44

55
/**
6-
* @author 11123558
6+
* @author <a href="mailto:[email protected]">Zhang Peng</a>
77
* @date 2022-07-28
88
*/
99
@Service

codes/javatech/javatech-server/src/test/java/io/github/dunwu/javatech/HelloControllerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* 单元测试
13-
* @author 11123558
13+
* @author <a href="mailto:[email protected]">Zhang Peng</a>
1414
* @date 2022-07-28
1515
*/
1616
@RunWith(SpringJUnit4ClassRunner.class)

docs/.vuepress/config.js

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
['meta', { name: 'theme-color', content: '#11a8cd' }], // 移动浏览器主题颜色
1717

1818
['meta', { name: 'wwads-cn-verify', content: 'mxqWx62nfQQ9ocT4e5DzISHzOWyF4s' }], // 广告相关,你可以去掉
19-
['script', { src: 'https://cdn.wwads.cn/js/makemoney.js', type: 'text/javascript' }], // 广告相关,你可以去掉
19+
['script', { src: 'https://cdn.wwads.cn/js/makemoney.js', type: 'text/javascript' }] // 广告相关,你可以去掉
2020
],
2121
markdown: {
2222
// lineNumbers: true,
@@ -30,30 +30,28 @@ module.exports = {
3030
themeConfig: {
3131
nav: [
3232
{ text: '首页', link: '/' },
33-
{ text: 'JavaEE', link: '/01.JavaEE/' },
33+
{ text: 'JavaEE', link: '/01.Java/02.JavaEE/' },
3434
{
3535
text: 'Java软件',
36-
link: '/02.Java软件/',
36+
link: '/01.Java/11.软件/',
3737
items: [
38-
{ text: 'Java构建', link: '/02.Java软件/01.Java构建/' },
39-
{ text: 'Java IDE', link: '/02.Java软件/02.JavaIDE/' },
40-
{ text: 'Java服务器', link: '/02.Java软件/03.Java服务器/' },
41-
{ text: 'Java监控诊断', link: '/02.Java软件/04.Java监控诊断/' }
38+
{ text: 'Java 构建', link: '/01.Java/11.软件/01.构建/' },
39+
{ text: 'Java IDE', link: '/01.Java/11.软件/02.IDE/' },
40+
{ text: 'Java 监控诊断', link: '/01.Java/11.软件/03.监控诊断/' }
4241
]
4342
},
4443
{
4544
text: 'Java工具',
46-
link: '/03.Java工具/',
45+
link: '/01.Java/12.工具/',
4746
items: [
48-
{ text: 'Java序列化工具', link: '/03.Java工具/01.Java序列化工具/' },
49-
{ text: 'JavaBean工具', link: '/03.Java工具/02.JavaBean工具/' },
50-
{ text: 'Java模板引擎', link: '/03.Java工具/03.Java模板引擎/' },
51-
{ text: 'Java测试工具', link: '/03.Java工具/04.Java测试工具/' },
52-
{ text: '其他', link: '/03.Java工具/05.其他Java工具/' }
47+
{ text: 'Java IO 工具', link: '/01.Java/12.工具/01.IO/' },
48+
{ text: 'JavaBean 工具', link: '/01.Java/12.工具/02.JavaBean/' },
49+
{ text: 'Java 模板引擎', link: '/01.Java/12.工具/03.模板引擎/' },
50+
{ text: 'Java 测试工具', link: '/01.Java/12.工具/04.测试/' }
5351
]
5452
},
55-
{ text: 'Java框架', link: '/04.Java框架/' },
56-
{ text: 'Java中间件', link: '/05.Java中间件/' },
53+
{ text: 'Java框架', link: '/01.Java/13.框架/' },
54+
{ text: 'Java中间件', link: '/01.Java/14.中间件/' },
5755
{
5856
text: '✨ Java系列',
5957
ariaLabel: 'Java',
-1.43 KB
Binary file not shown.

docs/.vuepress/public/img/bg.jpeg

-1.19 MB
Binary file not shown.

docs/.vuepress/public/img/bg.jpg

-241 KB
Binary file not shown.
-166 KB
Binary file not shown.
-63.1 KB
Binary file not shown.
-511 KB
Binary file not shown.
-105 KB
Binary file not shown.

0 commit comments

Comments
 (0)