Skip to content

Commit

Permalink
#203 - Setup CICD 3οΈβƒ£πŸ«ΈπŸŒ€βœοΈπŸ“—πŸ§πŸ³
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed May 24, 2024
1 parent 78dc54d commit aca736a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# = DATA SOURCE
# ===============================
# Set here configurations for the database connection
spring.datasource.url=jdbc:mysql://localhost:3306/onlinebanking2?createDatabaseIfNotExist=true&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Jakarta&useSSL=false
spring.datasource.url=jdbc:mysql://localhost:3306/onlinebanking2?createDatabaseIfNotExist=true&useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Jakarta&useSSL=false&allowPublicKeyRetrieval=true
# Username and secret
spring.datasource.username=root
spring.datasource.password=root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package com.hendisantika.onlinebanking;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

@RunWith(SpringRunner.class)
@SpringBootTest
public class OnlineBankingApplicationTests {

Expand Down

0 comments on commit aca736a

Please sign in to comment.