• R/O
  • SSH

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Stub for WebAPI


コミットメタ情報

リビジョンf9f2bfcceff8a0836be259038def29fad2327c51 (tree)
日時2021-11-28 10:02:43
作者NanaH
コミッターNanaH

ログメッセージ

サンプルHTML修正、設定ファイル見直し

変更サマリ

差分

diff -r 62fbf34990c1 -r f9f2bfcceff8 .project
--- a/.project Sat Nov 27 21:06:04 2021 +0900
+++ b/.project Sun Nov 28 10:02:43 2021 +0900
@@ -1,6 +1,6 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <projectDescription>
3- <name>stubby</name>
3+ <name>bastub</name>
44 <comment></comment>
55 <projects>
66 </projects>
diff -r 62fbf34990c1 -r f9f2bfcceff8 build/build_jar.xml
--- a/build/build_jar.xml Sat Nov 27 21:06:04 2021 +0900
+++ b/build/build_jar.xml Sun Nov 28 10:02:43 2021 +0900
@@ -12,7 +12,7 @@
1212 <property name="jar_dest_dir" value="./"/>
1313
1414 <!-- jarファイル名 -->
15- <property name="jar_name" value="bastub-1.0.2.jar"/>
15+ <property name="jar_name" value="bastub-1.0.3.jar"/>
1616
1717
1818 <target name="jar" >
diff -r 62fbf34990c1 -r f9f2bfcceff8 pagedata/example/thymeleaf1.html
--- a/pagedata/example/thymeleaf1.html Sat Nov 27 21:06:04 2021 +0900
+++ b/pagedata/example/thymeleaf1.html Sun Nov 28 10:02:43 2021 +0900
@@ -1,10 +1,10 @@
11 <!DOCTYPE html>
22 <meta charset="utf-8"></meta>
3-<title>BASTUB 使用例1</title>
3+<title>BASTUB 使用例5、6</title>
44 <script type="text/javascript" src="./js/jquery-3.3.1.min.js"></script>
55 <script type="text/javascript" src="./js/example.js"></script>
66 <html>
7-<h1><img src="/bastub.png"/> BASTUB+Thymeleaf 使用例1</h1>
7+<h1><img src="/bastub.png"/>BASTUB+Thymeleaf 使用例1</h1>
88 <hr/>
99 Today is: <span th:text="${#calendars.format(new Date(),'yyyy/MM/dd')}">2021/10/30</span><br/>
1010 今日は、<th:block></th:block>
diff -r 62fbf34990c1 -r f9f2bfcceff8 pom.xml
--- a/pom.xml Sat Nov 27 21:06:04 2021 +0900
+++ b/pom.xml Sun Nov 28 10:02:43 2021 +0900
@@ -43,69 +43,69 @@
4343 </dependency>
4444 <!-- https://mvnrepository.com/artifact/org.json/json -->
4545 <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>
4949 </dependency>
5050 <!-- https://mvnrepository.com/artifact/commons-lang/commons-lang3 -->
5151 <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>
5555 </dependency>
5656 <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
5757 <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>
6161 </dependency>
6262 <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-math3 -->
6363 <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>
6767 </dependency>
6868
6969 <!-- ### LOGBACK ### -->
7070 <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
7171 <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
7272 <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>
7777 </dependency>
7878 <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-core -->
7979 <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>
8383 </dependency>
8484 <!-- https://mvnrepository.com/artifact/ch.qos.logback/logback-access -->
8585 <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>
9090 </dependency>
9191 <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
9292 <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>
9696 </dependency>
9797
9898 <!-- ### POI ### -->
9999 <!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
100100 <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>
104104 </dependency>
105105 <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>
109109 </dependency>
110110
111111 <dependency>
@@ -120,14 +120,14 @@
120120 <plugin>
121121 <groupId>org.springframework.boot</groupId>
122122 <artifactId>spring-boot-maven-plugin</artifactId>
123- <configuration>
124- <failOnMissingWebXml>false</failOnMissingWebXml>
125- </configuration>
123+ <configuration>
124+ <failOnMissingWebXml>false</failOnMissingWebXml>
125+ </configuration>
126126 </plugin>
127127
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>
131131
132132 <executions>
133133 <execution>