File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed
src/main/java/com/aspose/gridjs/demo Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.5.14 </version >
8+ <version >2.7.18 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <repositories >
5151 <dependency >
5252 <groupId >com.aspose</groupId >
5353 <artifactId >aspose-cells</artifactId >
54- <version >25.7 </version >
54+ <version >25.8 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >com.aspose</groupId >
5858 <artifactId >aspose-cells</artifactId >
59- <version >25.7 </version >
59+ <version >25.8 </version >
6060 <classifier >gridjs</classifier >
6161 </dependency >
6262 <!-- <dependency>
Original file line number Diff line number Diff line change 22
33import org .springframework .beans .factory .annotation .Value ;
44import org .springframework .context .annotation .Bean ;
5- import org .springframework .context .annotation .ComponentScan ;
65import org .springframework .context .annotation .Configuration ;
76
87import com .aspose .gridjs .GridJsOptions ;
9- import com .aspose .gridjs .GridJsService ;
10- import com .aspose .gridjs .GridJsWorkbook ;
11- import com .aspose .gridjs .IGridJsService ;
128
139@ Configuration
1410public class MyConfig {
@@ -21,20 +17,12 @@ public class MyConfig {
2117
2218
2319 @ Bean
24- public GridJsWorkbook gridJsWorkbook () {
25- return new GridJsWorkbook ();
26- }
27-
28-
29- @ Bean
3020 public GridJsOptions gridJsOptions () {
3121 GridJsOptions options =new GridJsOptions ();
3222 options .setFileCacheDirectory (cachePath );
3323 return options ;
3424 }
3525
36- @ Bean
37- public IGridJsService gridJsService (GridJsOptions gridJsOptions ) throws Exception {
38- return new GridJsService (gridJsOptions );
39- }
26+
27+
4028}
You can’t perform that action at this time.
0 commit comments