Skip to content

Commit

Permalink
Merge conflict resolved prior to develop and master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
harimohanr committed Dec 14, 2023
2 parents c5e2d35 + fc53d1f commit 1c3df5d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ jobs:

- name: Checkout code
uses: actions/checkout@v2
<<<<<<< HEAD
=======

>>>>>>> origin/master
- name: Setup JDK 8
uses: actions/setup-java@v2
with:
java-version: 8
distribution: 'adopt'


- name: Build with Maven
run: mvn clean install -DENV_VAR=${{ env.ENV_VAR }}
Expand Down
5 changes: 5 additions & 0 deletions src/main/environment/common_local.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# DataSource settings: set here your own configurations for the database
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
4 changes: 1 addition & 3 deletions src/main/environment/common_test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
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


spring.datasource.driver-class-name=com.mysql.jdbc.Driver

0 comments on commit 1c3df5d

Please sign in to comment.