web service服務搭建
parent
de1a8feaa3
commit
a23952b459
@ -1,13 +0,0 @@
|
||||
package com.docus.service;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class DocusServiceApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(DocusServiceApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
package com.docus.service.entity;
|
||||
package com.docus.webservice.entity;
|
||||
|
||||
/**
|
||||
* 代码库
|
@ -1,4 +1,4 @@
|
||||
package com.docus.service.entity;
|
||||
package com.docus.webservice.entity;
|
||||
|
||||
import org.dom4j.Document;
|
||||
import org.dom4j.DocumentHelper;
|
Loading…
Reference in New Issue