Skip to content
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

提交两点构建相关改进 #781

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Commits on Nov 10, 2023

  1. chore: .gitignore .vscode for vscode ide

    and文件应该是新结尾,这样新增行最后一行不就显示差异了
    qxo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cceb2e7 View commit details
    Browse the repository at this point in the history
  2. chore: maven-compiler-plugin固定版本以去除警告,并增加构建稳定性

    ```
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for com.github.pagehelper:pagehelper:jar:6.0.0
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 223, column 29
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    ```
    
    应使用pluginManagement来固定版本,且可减少重复配置
    qxo committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e76d96b View commit details
    Browse the repository at this point in the history