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

Optimize Documentation #1255

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open

Optimize Documentation #1255

wants to merge 15 commits into from

Commits on Sep 6, 2023

  1. 🎨 Commit Message:

    - Upgrade maven version to 3.8.8
    - Add maven base configuration
    - Adjust the naming of some properties in pom.xml.
    - Add sorter maven plugin to standardize the location of pom.xml elements for each submodule to maintain a consistent style.
    tonycody committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3205ead View commit details
    Browse the repository at this point in the history
  2. 🎨 Commit Message:

    - Optimizing the pom style
    tonycody committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7c41486 View commit details
    Browse the repository at this point in the history
  3. 🎨 Commit Message:

    - Optimized code
    - Optimize the problem that when switching between English and Chinese, the registration source is always in Chinese and will not switch.
    - Add maven profile to optionally build UI project via IDEA, default UI build.
    tonycody committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a4601b1 View commit details
    Browse the repository at this point in the history
  4. 🎨 Commit Message:

    - Optimize the problem that when switching between English and Chinese, the registration source is always in Chinese and will not switch.
    tonycody committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c033f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. 🎨 issue:apache#1230

    When in a development environment, services are registered in the registry. The same project, the same service, multiple coworkers start the project, multiple service providers exist, and at the moment the service is requested, coworker A may expect the request to be for his own machine.
    
    This scenario is currently not supported, you need to add a service provider IP selection item in the debug page, when you select a provider request, request the service provider's machine. When not selected, the load is balanced by default.
    tonycody committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    968d1fa View commit details
    Browse the repository at this point in the history
  2. 🎨 issue:apache#1230

    -Dmaven.test.skip=false
    tonycody committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    93f36ac View commit details
    Browse the repository at this point in the history
  3. 🎨 issue:apache#1230

    rat exclude .mvn/pnpm-lock.yaml
    tonycody committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fc7ab40 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. 🎨 issue:apache#1230

    rat exclude files
    tonycody committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9d2f29c View commit details
    Browse the repository at this point in the history
  2. 🎨 issue:apache#1230

    Checkstyle UnusedImports remove
    tonycody committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    98e6a7f View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    d81fdc7 View commit details
    Browse the repository at this point in the history
  2. 🎨 - Add dynamic page title configuration, through the application.pro…

    …perties can specify the content of the page title, in the multi-environment state can be friendly and intuitive to distinguish between environments
    
    - Adjusted maven profile to simplify ui-build to ui
    tonycody committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c7cc172 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    a69965a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    617e032 View commit details
    Browse the repository at this point in the history
  3. 🩹 Commit of the list:

    [*] Optimize Documentation
    [+] Run with Docker Compose
    tonycody committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f1fc2a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61c8c2e View commit details
    Browse the repository at this point in the history