Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

# Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Documentation
- [ ] Other ( please specify )

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

- [ ] Test A
- [ ] Test B

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules


4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ nbdist/
mvnw
mvnw.cmd
.mvn

# Properties
src/main/environment/1097_local.properties
src/main/environment/common_local.properties
6 changes: 3 additions & 3 deletions src/main/environment/1097_dev.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DataSource settings: set here your own configurations for the database

spring.datasource.url=<Enter AMRIT 1097 DB URL here>
spring.datasource.username=<Enter your AMRIT 1097 DB username>
spring.datasource.password=<Enter your AMRIT 1097 DB password>
spring.datasource.url=<Enter AMRIT DB_1097_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_1097_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_1097_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver


6 changes: 3 additions & 3 deletions src/main/environment/1097_local.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# DataSource settings: set here your own configurations for the database

spring.datasource.url=<Enter AMRIT 1097 DB URL here>
spring.datasource.username=<Enter your AMRIT 1097 DB username>
spring.datasource.password=<Enter your AMRIT 1097 DB password>
spring.datasource.url=<Enter AMRIT DB_1097_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_1097_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_1097_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
6 changes: 3 additions & 3 deletions src/main/environment/1097_test.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DataSource settings: set here your own configurations for the database

spring.datasource.url=<Enter AMRIT 1097 DB URL here>
spring.datasource.username=<Enter your AMRIT 1097 DB username>
spring.datasource.password=<Enter your AMRIT 1097 DB password>
spring.datasource.url=<Enter AMRIT DB_1097_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_1097_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_1097_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver


6 changes: 3 additions & 3 deletions src/main/environment/1097_uat.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# DataSource settings: set here your own configurations for the database

spring.datasource.url=<Enter AMRIT 1097 DB URL here>
spring.datasource.username=<Enter your AMRIT 1097 DB username>
spring.datasource.password=<Enter your AMRIT 1097 DB password>
spring.datasource.url=<Enter AMRIT DB_1097_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_1097_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_1097_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
6 changes: 3 additions & 3 deletions src/main/environment/common_dev.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DataSource settings: set here your own configurations for the database
spring.datasource.url=<Enter AMRIT DB URL here>
spring.datasource.username=<Enter your AMRIT DB username>
spring.datasource.password=<Enter your AMRIT DB password>
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver


6 changes: 3 additions & 3 deletions src/main/environment/common_local.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DataSource settings: set here your own configurations for the database
spring.datasource.url=<Enter AMRIT DB URL here>
spring.datasource.username=<Enter your AMRIT DB username>
spring.datasource.password=<Enter your AMRIT DB password>
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
6 changes: 3 additions & 3 deletions src/main/environment/common_test.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DataSource settings: set here your own configurations for the database
spring.datasource.url=<Enter AMRIT DB URL here>
spring.datasource.username=<Enter your AMRIT DB username>
spring.datasource.password=<Enter your AMRIT DB password>
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver


6 changes: 3 additions & 3 deletions src/main/environment/common_uat.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# DataSource settings: set here your own configurations for the database
spring.datasource.url=<Enter AMRIT DB URL here>
spring.datasource.username=<Enter your AMRIT DB username>
spring.datasource.password=<Enter your AMRIT DB password>
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
spring.datasource.driver-class-name=com.mysql.jdbc.Driver