File tree Expand file tree Collapse file tree
java/io/durabletask/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626public class ExportHistorySample {
2727
2828 public static void main (String [] args ) {
29- System .out .println ("Export History Web App starting..." );
30- System .out .println ("REST API: http://localhost:5009/export-jobs" );
31-
32- // Use port 5009 to avoid conflict with DTS emulator on 8080
33- System .setProperty ("server.port" , "5009" );
3429 SpringApplication .run (ExportHistorySample .class , args );
3530 }
3631
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ durable.task.taskHubName=dtwbwuks01th01
33durable.task.connection-string =Endpoint=https://dtwbwuks01-gqa9c3ccgbgd.uksouth.durabletask.io;TaskHub=dtwbwuks01th01;Authentication=DefaultAzure;
44# Add logging configuration
55logging.level.com.microsoft.durabletask =DEBUG
6+ # Use port 5009 to avoid conflict with the DTS emulator on 8080
7+ server.port =5009
68logging.level.root =INFO
79
810server.port =8082
You can’t perform that action at this time.
0 commit comments