Skip to content

Commit c935a16

Browse files
Proper license key
1 parent a582124 commit c935a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

demo/src/main/java/com/example/demo/DemoApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)