Configure development environment and update database settings
- Add VS Code debug configurations (launch.json, tasks.json) - Add development guide for VS Code debugging - Update database ports to high ports (MySQL: 33066, Redis: 63379) - Update application server port to 8123 - Enable blade-starter-liteflow dependency - Add SDKMAN configuration (.sdkmanrc) - Add project documentation (CLAUDE.md) - Update .gitignore to exclude logs and deployment files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -191,10 +191,10 @@
|
||||
<artifactId>yunpian-java-sdk</artifactId>
|
||||
</dependency>
|
||||
<!-- liteflow -->
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.springblade</groupId>-->
|
||||
<!-- <artifactId>blade-starter-liteflow</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.springblade</groupId>
|
||||
<artifactId>blade-starter-liteflow</artifactId>
|
||||
</dependency>
|
||||
<!-- Oracle -->
|
||||
<!--<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
|
||||
Reference in New Issue
Block a user