nagarjuna33
b4a8f81c6d
testfile
2023-05-17 17:30:48 +05:30
nagarjuna33
80baa1cfaf
testfile
2023-05-17 17:30:03 +05:30
nagarjuna33
1a8a7b965d
test
2023-05-17 17:03:53 +05:30
gopal887
e4f619e968
test
2023-05-17 16:11:59 +05:30
nagarjuna33
ba19c2c355
Update Jenkinsfile
2023-04-24 19:08:43 +05:30
nagarjuna33
e05ad47a2e
Update Jenkinsfile
2023-04-18 16:04:29 +05:30
nagarjuna33
2fe319a540
Update Dockerfile
2023-04-10 07:53:01 +05:30
nagarjuna33
6393418d75
Update Dockerfile
2023-04-10 00:00:33 +05:30
nagarjuna33
cc71a361fa
Create Dockerfile
2023-04-09 23:55:02 +05:30
nagarjuna33
ed38478de6
Update Jenkinsfile
2023-04-07 18:49:39 +05:30
nagarjuna33
77c0abff60
Update Jenkinsfile
2023-04-06 17:44:42 +05:30
nagarjuna33
e47395aabf
Update Jenkinsfile
2023-04-06 17:41:41 +05:30
nagarjuna33
04f3eb714d
Update Jenkinsfile
2023-04-06 17:22:36 +05:30
nagarjuna33
0f659edc7a
Update Jenkinsfile
2023-04-06 17:16:30 +05:30
nagarjuna33
9c4bbce8cf
Update Jenkinsfile
2023-04-06 17:12:11 +05:30
nagarjuna33
71275416e8
Update Jenkinsfile
2023-04-06 17:11:10 +05:30
nagarjuna33
0aaa4cefed
Update Jenkinsfile
2023-04-06 17:09:55 +05:30
nagarjuna33
f78e0cba20
Update Jenkinsfile
2023-04-06 17:06:55 +05:30
nagarjuna
ddc636a943
terraform added
2023-03-16 17:00:28 +05:30
nagarjuna33
471030e976
Update java_servicefile
2023-03-16 16:50:21 +05:30
nagarjuna33
c3a12c4899
Update java_servicefile
2023-03-16 16:47:44 +05:30
nagarjuna33
fec8e1d97c
Update java_servicefile
2023-03-16 16:44:15 +05:30
nagarjuna33
28927dbd8b
Update springpet.yml
2023-03-16 16:32:52 +05:30
nagarjuna33
22959a2dd2
Update springpet.yml
2023-03-16 15:40:04 +05:30
nagarjuna33
3a292a2ba3
Update springpet.yml
2023-03-16 15:34:11 +05:30
nagarjuna33
cf05c2c6d2
Update Jenkinsfile
2023-03-16 15:08:51 +05:30
nagarjuna33
b4a8eaa0a4
Update Jenkinsfile
2023-03-16 15:08:10 +05:30
nagarjuna33
2e5efdc4b6
Update springpet.yml
2023-03-16 15:04:35 +05:30
nagarjuna33
ed9f33a360
Update springpet.yml
2023-03-16 14:42:42 +05:30
nagarjuna33
7cd700ff98
Create java_servicefile
2023-03-16 14:36:05 +05:30
nagarjuna33
6ef35dbd6c
Create springpet.yml
2023-03-16 14:34:28 +05:30
nagarjuna33
314108fc84
Create Jenkinsfile
2023-03-16 12:45:01 +05:30
nagarjuna33
40d76028bf
Update azure-pipelines.yml for Azure Pipelines
2023-02-13 15:01:59 +05:30
nagarjuna33
d04e1c158c
Update azure-pipelines.yml
2023-02-13 09:07:19 +05:30
nagarjuna33
8e985c9d28
Update azure-pipelines.yml
2023-02-13 09:06:43 +05:30
nagarjuna33
dd0bd46773
Update azure-pipelines.yml
2023-02-13 09:06:04 +05:30
nagarjuna33
bf56562c95
Update azure-pipelines.yml
2023-02-13 09:03:02 +05:30
nagarjuna33
a69d275b86
Update azure-pipelines.yml
2023-02-13 08:57:30 +05:30
nagarjuna33
7fd81c38d5
Update azure-pipelines.yml
2023-02-13 08:44:20 +05:30
nagarjuna33
89f53a0af0
Update azure-pipelines.yml
2023-02-13 08:41:50 +05:30
nagarjuna33
ab99a3e76e
Update azure-pipelines.yml
2023-02-13 08:36:16 +05:30
nagarjuna33
8faf92f971
Update azure-pipelines.yml for Azure Pipelines
2023-02-13 08:05:23 +05:30
nagarjuna33
514f9663d3
azure-pipelines.yml
2023-02-13 08:02:51 +05:30
Oliver Drotbohm
9ecdc1111e
Polish Thymeleaf templates.
...
Make sure we use the suggested fragment inclusion syntax. Use th:insert instead of th:include. Use simpler URI path segment templating to avoid duplication of expressions.
Avoid trailing slashes in URIs creates as upcoming Spring Boot versions will not map the trailing slash flavors of defined URI mappings.
2022-10-25 21:27:58 +02:00
Sébastien Deleuze
a5cbb8505a
Use WebJars versioned URLs ( #1099 )
...
In order to improve efficiency (see spring-projects/spring-framework#27619 )
and allow native image compatibility, this commit uses WebJars versioned URLs
which are supported out of the box on Spring Boot via /META-INF/resources
default resource location configuration, removing the need to use
webjars-locator-core dependency and WebJarsResourceResolver.
I have been able to measure a consistent 5% startup time improvement on
the JVM with that simple change on my local machine.
2022-10-16 16:12:23 +01:00
Dave Syer
89f7b4ee96
Tweak devcontainer so java and permissions work
2022-09-27 17:14:13 +00:00
Kiyeon Cho
f48227aea0
Readability improvements & Use stream instread of forEach ( #1055 )
...
* Use stream instead of forEach on find PetType logic of parse()
* Improve controllers readability
* Rollback stream instead of for-each
2022-09-24 06:40:31 +01:00
Dave Syer
7e91b98f71
Change CI step names
2022-09-15 07:47:28 +00:00
Dave Syer
70f615afd1
Add support and CI tests for Java 8
2022-09-14 17:05:06 +00:00
Martin Lippert
53343c27ab
launch java tooling in standard mode right away
2022-09-13 11:34:16 +00:00