Update README.md

This commit is contained in:
Amit Kumar Nandi 2024-02-14 21:50:00 +05:30 committed by GitHub
parent a20c6f24b8
commit c0dd3a47ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,6 +123,12 @@ Before you begin, ensure you have the following installed:
Access the application at `http://localhost:8080/`.
6. **Adjust Configuration (Optional):** If you need to customize the application configuration after deployment, you can find the **application.properties** file within the deployed WAR file. THe file can be accesses as :
```plaintext
vi /path/to/tomcat/webapps/your-app/WEB-INF/classes/application.properties
```
### Usage