File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demo/src/main/java/com/example/demo Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 - name : Print Docker container logs
4747 run : |
4848 echo "Fetching logs from the Docker container..."
49- docker logs -f springboot-container
49+ timeout 10s docker logs -f springboot-container
5050
5151 # Optionally, stop the container after the test
5252 - name : Stop the Docker container
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class DemoApplication {
1717
1818 public static void main (String [] args ) throws Exception {
1919
20- SyncfusionLicenseProvider .registerLicense ("GTIlMmhhZH1ifWdraGBifGJhfGpqampzYWBpZmppZmpoJTY9ODoTMTwrNTo/Nn06PQ=" );
20+ SyncfusionLicenseProvider .registerLicense ("GTIlMmhhZH1ifWdraGBifGJhfGpqampzYWBpZmppZmpoJTY9ODoTMTwrNTo/Nn06PQ== " );
2121
2222 try (//Creates an instance of WordDocument Instance (Empty Word Document).
2323 WordDocument document = new WordDocument ()) {
You can’t perform that action at this time.
0 commit comments