mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-31 12:04:24 +08:00 
			
		
		
		
	- 实现了 build、tag、publish、reset 和 mirror等阶段的自动化流程 - 添加了 check 和 test 分支的构建和发布配置 - 更新了 build.gradle.kts 和 settings.gradle.kts 文件,调整了项目配置 - 新增 MdcContextElement 和 CoroutineMdcWebFilter 类,用于协程中的 MDC 上下文传播
		
			
				
	
	
		
			51 lines
		
	
	
		
			623 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			623 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Compiled class file
 | |
| *.class
 | |
| 
 | |
| # Log file
 | |
| *.log
 | |
| .gradle
 | |
| build/
 | |
| !gradle/wrapper/gradle-wrapper.jar
 | |
| !**/src/main/**/build/
 | |
| !**/src/test/**/build/
 | |
| 
 | |
| ### IntelliJ IDEA ###
 | |
| .idea/modules.xml
 | |
| .idea/jarRepositories.xml
 | |
| .idea/compiler.xml
 | |
| .idea/libraries/
 | |
| .idea/
 | |
| *.iws
 | |
| *.iml
 | |
| *.ipr
 | |
| out/
 | |
| !**/src/main/**/out/
 | |
| !**/src/test/**/out/
 | |
| /temp
 | |
| ### Kotlin ###
 | |
| .kotlin
 | |
| 
 | |
| ### Eclipse ###
 | |
| .apt_generated
 | |
| .classpath
 | |
| .factorypath
 | |
| .project
 | |
| .settings
 | |
| .springBeans
 | |
| .sts4-cache
 | |
| bin/
 | |
| !**/src/main/**/bin/
 | |
| !**/src/test/**/bin/
 | |
| 
 | |
| ### NetBeans ###
 | |
| /nbproject/private/
 | |
| /nbbuild/
 | |
| /dist/
 | |
| /nbdist/
 | |
| /.nb-gradle/
 | |
| 
 | |
| ### VS Code ###
 | |
| .vscode/
 | |
| 
 | |
| ### Mac OS ###
 | |
| .DS_Store |