Skip to content

Conversation

@technologic-technologic
Copy link
Owner

Added port property to server within application.yml file, and set the port to 9090 to make the server run on this port.
Extended description below, by github actions bot.

Added port property to server within application.yml file, and set the port to 9090 to make the server run on this port.
@technologic-technologic technologic-technologic linked an issue Oct 4, 2025 that may be closed by this pull request
@technologic-technologic technologic-technologic added the bug Something isn't working label Oct 4, 2025
@github-actions
Copy link

github-actions bot commented Oct 4, 2025

PR Summary

WHAT Changed

  • Updated the application.yml configuration file to change the server port from the default to 9090.

WHY It Matters

  • Changing the server port allows the application to run on a different port, which can help avoid conflicts with other applications that may be using the default port (usually 8080).

RISKS

  • Potential conflicts with existing services running on port 9090.
  • Other components or services that rely on the previous port may fail to connect.

TESTS to Add

  • Verify that the application starts successfully on port 9090.
  • Ensure that all endpoints are accessible and functioning as expected on the new port.
  • Test for any integration points that may be affected by the port change.

BREAKING CHANGES

  • The application will no longer be accessible on the previous default port (if applicable). Users and services relying on the old port will need to be updated to use port 9090.

@technologic-technologic technologic-technologic merged commit 040d4ba into gen-ai Oct 4, 2025
1 check passed
@technologic-technologic technologic-technologic deleted the 11-api-project-runs-on-port-9090 branch October 4, 2025 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API project runs on port 9090

2 participants