# walle **Repository Path**: dbspace/walle ## Basic Information - **Project Name**: walle - **Description**: 瓦力小助手使用微信更方便 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-09 - **Last Updated**: 2023-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 瓦力小助手(微信机器人) ###### 为了更好的使用微信 ## 1. 背景 ## 2. 设计 ### 3. 启动 环境需求:JDK 19+,PostgreSQL,Maven 3.8.6+ 1. 拉取代码 ```cmd git clone https://gitee.com/dbspace/walle.git ``` 2. 编译 ```cmd gradle clean bootJar ``` 3. 运行 ```cmd java [-Dspring.profiles.active=dev] -jar walle-0.0.1-SNAPSHOT.jar ``` 4. 未来