Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Docker and Jenkins File With Devsecops tools #5

Open
wants to merge 43 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7943832
Update pom.xml
17J Apr 30, 2024
ffc1669
Create Dockerfile
17J Apr 30, 2024
6c3ebb1
Update Dockerfile
17J Apr 30, 2024
0f8b0b0
Update pom.xml
17J Apr 30, 2024
4475645
Jenkinfile Updated
17J Apr 30, 2024
95fc9e7
Update Jenkinsfile
17J Apr 30, 2024
abf7d4d
Dockerfile
17J Apr 30, 2024
d5bc165
Update Dockerfile
17J Apr 30, 2024
041c477
Update DBConnection.java
17J May 8, 2024
545181b
Create docker-compose.yml
17J May 8, 2024
d71b387
Update docker-compose.yml
17J May 8, 2024
d222c62
Update docker-compose.yml
17J May 8, 2024
adba33e
Update docker-compose.yml
17J May 8, 2024
f4c90c3
Update Dockerfile
17J May 8, 2024
fa38ddc
Create .env
17J May 8, 2024
00b601c
Update DBConnection.java
17J May 8, 2024
0f15c1a
Update DBConnection.java
17J May 9, 2024
af09913
Update Dockerfile
17J May 9, 2024
32a52ac
Update .env
17J May 9, 2024
acbeb8a
Update DBConnection.java
17J May 14, 2024
2c67631
Updated
Aug 22, 2024
24ac2b4
Updated
Aug 23, 2024
6ce1364
Updated
Aug 23, 2024
39f279b
Updated K8s
Aug 23, 2024
d1d971f
Update fullstack-db.yml
17J Aug 23, 2024
bbb9f8b
Update fullstack-db.yml
17J Aug 23, 2024
21a5567
Update Jenkinsfile
17J Aug 23, 2024
4c8a453
Update fullstack-db.yml
17J Aug 23, 2024
ef8a3fa
Update README.md
17J Aug 27, 2024
089b63a
Update fullstack-db.yml
17J Aug 28, 2024
56151ff
Update fullstack-db.yml
17J Aug 28, 2024
e787bbe
Update fullstack-db.yml
17J Aug 28, 2024
fcf2ff0
Update fullstack-db.yml
17J Aug 28, 2024
ee8d3a1
Update fullstack-db.yml
17J Aug 28, 2024
86094cf
Update fullstack-db.yml
17J Aug 28, 2024
eecfb6e
Update fullstack-db.yml
17J Aug 28, 2024
11b2fa0
Update fullstack-db.yml
17J Aug 28, 2024
58a0a9e
Update DBConnection.java
17J Sep 2, 2024
0ca59f3
Add files via upload
17J Sep 3, 2024
94111a1
main.tf
17J Sep 3, 2024
53357ea
Create output.tf
17J Sep 3, 2024
1dc989f
Create variables.tf
17J Sep 3, 2024
25dd34a
Update main.tf
17J Sep 3, 2024
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
Prev Previous commit
Next Next commit
Updated K8s
root committed Aug 23, 2024
commit 39f279b467f837f269b495d1e835b2dc3d3ab722
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ public static Connection getConn() {
Class.forName("com.mysql.cj.jdbc.Driver");

//step:2- create a connection
conn = DriverManager.getConnection("jdbc:mysql://172.31.28.241:3306/hms","root","root@@123");
conn = DriverManager.getConnection("jdbc:mysql://mysql-service:3306/hms","root","root@@123");

} catch (Exception e) {
e.printStackTrace();