Stub for WebAPI
リビジョン | f9f2bfcceff8a0836be259038def29fad2327c51 (tree) |
---|---|
日時 | 2021-11-28 10:02:43 |
作者 | NanaH |
コミッター | NanaH |
サンプルHTML修正、設定ファイル見直し
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <projectDescription> |
3 | - <name>stubby</name> | |
3 | + <name>bastub</name> | |
4 | 4 | <comment></comment> |
5 | 5 | <projects> |
6 | 6 | </projects> |
@@ -12,7 +12,7 @@ | ||
12 | 12 | <property name="jar_dest_dir" value="./"/> |
13 | 13 | |
14 | 14 | <!-- jarファイル名 --> |
15 | - <property name="jar_name" value="bastub-1.0.2.jar"/> | |
15 | + <property name="jar_name" value="bastub-1.0.3.jar"/> | |
16 | 16 | |
17 | 17 | |
18 | 18 | <target name="jar" > |
@@ -1,10 +1,10 @@ | ||
1 | 1 | <!DOCTYPE html> |
2 | 2 | <meta charset="utf-8"></meta> |
3 | -<title>BASTUB 使用例1</title> | |
3 | +<title>BASTUB 使用例5、6</title> | |
4 | 4 | <script type="text/javascript" src="./js/jquery-3.3.1.min.js"></script> |
5 | 5 | <script type="text/javascript" src="./js/example.js"></script> |
6 | 6 | <html> |
7 | -<h1><img src="/bastub.png"/> BASTUB+Thymeleaf 使用例1</h1> | |
7 | +<h1><img src="/bastub.png"/>BASTUB+Thymeleaf 使用例1</h1> | |
8 | 8 | <hr/> |
9 | 9 | Today is: <span th:text="${#calendars.format(new Date(),'yyyy/MM/dd')}">2021/10/30</span><br/> |
10 | 10 | 今日は、<th:block></th:block> |
@@ -43,69 +43,69 @@ | ||
43 | 43 | </dependency> |
44 | 44 | <!-- https://mvnrepository.com/artifact/org.json/json --> |
45 | 45 | <dependency> |
46 | - <groupId>org.json</groupId> | |
47 | - <artifactId>json</artifactId> | |
48 | - <version>20210307</version> | |
46 | + <groupId>org.json</groupId> | |
47 | + <artifactId>json</artifactId> | |
48 | + <version>20210307</version> | |
49 | 49 | </dependency> |
50 | 50 | <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang3 --> |
51 | 51 | <dependency> |
52 | - <groupId>org.apache.commons</groupId> | |
53 | - <artifactId>commons-lang3</artifactId> | |
54 | - <version>3.11</version> | |
52 | + <groupId>org.apache.commons</groupId> | |
53 | + <artifactId>commons-lang3</artifactId> | |
54 | + <version>3.11</version> | |
55 | 55 | </dependency> |
56 | 56 | <!-- https://mvnrepository.com/artifact/commons-io/commons-io --> |
57 | 57 | <dependency> |
58 | - <groupId>commons-io</groupId> | |
59 | - <artifactId>commons-io</artifactId> | |
60 | - <version>2.8.0</version> | |
58 | + <groupId>commons-io</groupId> | |
59 | + <artifactId>commons-io</artifactId> | |
60 | + <version>2.8.0</version> | |
61 | 61 | </dependency> |
62 | 62 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 --> |
63 | 63 | <dependency> |
64 | - <groupId>org.apache.commons</groupId> | |
65 | - <artifactId>commons-math3</artifactId> | |
66 | - <version>3.6.1</version> | |
64 | + <groupId>org.apache.commons</groupId> | |
65 | + <artifactId>commons-math3</artifactId> | |
66 | + <version>3.6.1</version> | |
67 | 67 | </dependency> |
68 | 68 | |
69 | 69 | <!-- ### LOGBACK ### --> |
70 | 70 | <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic --> |
71 | 71 | <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic --> |
72 | 72 | <dependency> |
73 | - <groupId>ch.qos.logback</groupId> | |
74 | - <artifactId>logback-classic</artifactId> | |
75 | - <version>1.2.3</version> | |
76 | - <scope>runtime</scope> | |
73 | + <groupId>ch.qos.logback</groupId> | |
74 | + <artifactId>logback-classic</artifactId> | |
75 | + <version>1.2.3</version> | |
76 | + <scope>runtime</scope> | |
77 | 77 | </dependency> |
78 | 78 | <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core --> |
79 | 79 | <dependency> |
80 | - <groupId>ch.qos.logback</groupId> | |
81 | - <artifactId>logback-core</artifactId> | |
82 | - <version>1.2.3</version> | |
80 | + <groupId>ch.qos.logback</groupId> | |
81 | + <artifactId>logback-core</artifactId> | |
82 | + <version>1.2.3</version> | |
83 | 83 | </dependency> |
84 | 84 | <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-access --> |
85 | 85 | <dependency> |
86 | - <groupId>ch.qos.logback</groupId> | |
87 | - <artifactId>logback-access</artifactId> | |
88 | - <version>1.2.3</version> | |
89 | - <scope>runtime</scope> | |
86 | + <groupId>ch.qos.logback</groupId> | |
87 | + <artifactId>logback-access</artifactId> | |
88 | + <version>1.2.3</version> | |
89 | + <scope>runtime</scope> | |
90 | 90 | </dependency> |
91 | 91 | <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api --> |
92 | 92 | <dependency> |
93 | - <groupId>org.slf4j</groupId> | |
94 | - <artifactId>slf4j-api</artifactId> | |
95 | - <version>1.7.31</version> | |
93 | + <groupId>org.slf4j</groupId> | |
94 | + <artifactId>slf4j-api</artifactId> | |
95 | + <version>1.7.31</version> | |
96 | 96 | </dependency> |
97 | 97 | |
98 | 98 | <!-- ### POI ### --> |
99 | 99 | <!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> |
100 | 100 | <dependency> |
101 | - <groupId>org.apache.poi</groupId> | |
102 | - <artifactId>poi</artifactId> | |
103 | - <version>5.0.0</version> | |
101 | + <groupId>org.apache.poi</groupId> | |
102 | + <artifactId>poi</artifactId> | |
103 | + <version>5.0.0</version> | |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | - <groupId>org.apache.poi</groupId> | |
107 | - <artifactId>poi-ooxml</artifactId> | |
108 | - <version>5.0.0</version> | |
106 | + <groupId>org.apache.poi</groupId> | |
107 | + <artifactId>poi-ooxml</artifactId> | |
108 | + <version>5.0.0</version> | |
109 | 109 | </dependency> |
110 | 110 | |
111 | 111 | <dependency> |
@@ -120,14 +120,14 @@ | ||
120 | 120 | <plugin> |
121 | 121 | <groupId>org.springframework.boot</groupId> |
122 | 122 | <artifactId>spring-boot-maven-plugin</artifactId> |
123 | - <configuration> | |
124 | - <failOnMissingWebXml>false</failOnMissingWebXml> | |
125 | - </configuration> | |
123 | + <configuration> | |
124 | + <failOnMissingWebXml>false</failOnMissingWebXml> | |
125 | + </configuration> | |
126 | 126 | </plugin> |
127 | 127 | |
128 | - <plugin> | |
129 | - <groupId>org.apache.maven.plugins</groupId> | |
130 | - <artifactId>maven-install-plugin</artifactId> | |
128 | + <plugin> | |
129 | + <groupId>org.apache.maven.plugins</groupId> | |
130 | + <artifactId>maven-install-plugin</artifactId> | |
131 | 131 | |
132 | 132 | <executions> |
133 | 133 | <execution> |