Update README.md
This commit is contained in:
parent
a20c6f24b8
commit
c0dd3a47ab
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ Before you begin, ensure you have the following installed:
|
||||||
|
|
||||||
Access the application at `http://localhost:8080/`.
|
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
|
### Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue