Commit c98d59bf by Administrator

Update PrintDemoApplication.java

parent 0d82473a
Pipeline #30 failed with stages
in 12 seconds
...@@ -13,8 +13,7 @@ public class PrintDemoApplication { ...@@ -13,8 +13,7 @@ public class PrintDemoApplication {
private static Log logger = LogFactory.getLog(LogTest.class); private static Log logger = LogFactory.getLog(LogTest.class);
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(PrintDemoApplication.class, args); SpringApplication.run(PrintDemoApplication.class, args);
asdfasdf;
String txt = "Hello world"; String txt = "Hello world";
System.out.println(txt.substring(15)); System.out.println(txt.substring(15));
int result = 1/0; int result = 1/0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment