Skip to content

Commit 21151ed

Browse files
authored
Merge pull request #1 from isystk/feature/renewal
リニューアル
2 parents f33b7f5 + 953d671 commit 21151ed

File tree

639 files changed

+37559
-16636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

639 files changed

+37559
-16636
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ executors:
33
default:
44
working_directory: ~/java-springboot-boilerplate
55
docker:
6-
- image: circleci/openjdk:11-jdk
6+
- image: cimg/openjdk:18.0.1
77
environment:
88
# Customize the JVM maximum heap limit
99
JVM_OPTS: -Xmx2048m

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,7 @@ docker/mysql/logs
124124
# solr
125125
docker/solr/logs
126126
docker/solr/data/mycore/data
127-
docker/solr/data/post/data
128-
129-
# elasticsearch
130-
docker/elasticsearch/data
127+
docker/solr/data/stock/data
131128

132129
# s3
133130
docker/s3/data

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33

44
// Jenkins pipelineで参照するJDK(Global Tool Configuration で設定する)
55
tools {
6-
jdk 'jdk11'
6+
jdk 'jdk15'
77
}
88

99
// 定数や変数を定義する

0 commit comments

Comments
 (0)