You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Inspect network configurations & update application properties with IPv4Address instead of localhost if mac user (IPv4Address for my-sql etc.)
33
45
- Get IP address from inspect cmd and test connection from MySql workbench with new host IP. Run StarterDb.sql.
46
+
```
47
+
docker inspect network my-network
48
+
```
49
+
50
+
## Build ironoc-db, run unit & integration tests, & generate war file.
51
+
```
52
+
gradle build
53
+
```
34
54
35
-
Run 'com.ironoc.db.App.java' directly from IntelliJ or via CLI (build / spin up docker image):
55
+
## Run 'com.ironoc.db.App.java' directly from IntelliJ (can use localhost for spring.datasource.url) or via CLI (build & spin up docker image, use docker network IP address for test-mysql process):
0 commit comments