-
Notifications
You must be signed in to change notification settings - Fork 225
Add Maven Wrapper to project #517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ziscloud
commented
Mar 7, 2025
- Add Maven Wrapper scripts (mvnw and mvnw.cmd)
- Add Maven Wrapper properties file
- Add Maven Wrapper JAR (3.2.0)
- Ensure wrapper works offline and with consistent Maven version (3.9.5)
- Add Maven Wrapper scripts (mvnw and mvnw.cmd) - Add Maven Wrapper properties file - Add Maven Wrapper JAR (3.2.0) - Ensure wrapper works offline and with consistent Maven version (3.9.5)
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
- 新增 Scalastyle 代码检查配置文件,定义了多项代码风格检查规则 - 更新应用配置文件,调整了多个环境变量和路径 - 修改开发环境配置文件,更新了 Python 解释器和库路径
why submit decompiled code? does the official not have it? |
- Introduce API_PREFIX constant to standardize API routing- Update AclFilter to use API_PREFIX for whitelist patterns - Modify WebConfig to add path prefix for controllers and REST controllers
…djustments - Add scalastyle-config.xml file to enforce code style rules - Update AclFilter to simplify whitelist initialization - Remove PropertySource annotation and redundant logger from Application class - Update application-dev.properties to use generic database name
- Add maven-compiler-plugin configuration to server/pom.xml for Lombok - Update lombok dependency in root pom.xml to provided scope
- Add logging to Neo4jAdminUtils constructor - Implement @slf4j annotation for logging - Include import for lombok.extern.slf4j.Slf4j
- Update preload_helper.js and umi.js with new version hashes - Replace old script filenames with new ones in index.html