Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull from fork #4

Merged
merged 31 commits into from
May 25, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ce7c3f9
Upgrade to Spring Boot 2.2.0.RELEASE
snicoll Oct 20, 2019
ac69dbb
Migrate tests to JUnit 5
arey Oct 10, 2018
253e6fd
Polish "Migrate tests to JUnit 5"
snicoll Oct 20, 2019
6e4c31c
Merge pull request #360 from arey
snicoll Oct 20, 2019
32301ed
Fix compatibility with Java 13
snicoll Oct 31, 2019
d47820b
Update to Spring Boot 2.2.1
dsyer Nov 20, 2019
2c98a68
Uncomment sql initialization for mysql
dsyer Nov 20, 2019
1561eb5
Add proxyBeanMethods = false
dsyer Nov 20, 2019
f9424b5
Spring Boot 2.2.2
dsyer Dec 10, 2019
5d57e0d
Re-organise mysql scripts so the app runs without root access
dsyer Jan 3, 2020
82cb521
Fix MySQL docker command line in readme
dsyer Jan 3, 2020
4e1f874
Apply spring-format plugin
dsyer Jan 3, 2020
108a81b
Upgrade to Spring Boot 2.2.4
snicoll Jan 25, 2020
9387366
Upgrade to spring javaformat 0.0.19
snicoll Jan 25, 2020
5742ecd
Use https for Maven XSD
Jan 31, 2020
400e302
Polish "Use https for Maven XSD"
snicoll Jan 31, 2020
7e64f55
Merge pull request #522 from vbadipat
snicoll Jan 31, 2020
1cc942a
Add nohttp check
snicoll Jan 31, 2020
ac3e642
Update checkstyle plugin for security scan warning
dsyer Feb 3, 2020
5c35771
Wrong name for user.sql script
dsyer Mar 10, 2020
e0eec8e
Add m2e profile for well-known plugins
snicoll Mar 20, 2020
a79cb9a
Upgrade to Spring Boot 2.2.5
snicoll Mar 20, 2020
e624588
Upgrade to spring javaformat 0.0.20
snicoll Mar 20, 2020
c0847b7
Add support for H2
snicoll Mar 20, 2020
8805eaa
Disable open-in-view explicitly to remove warning on startup
snicoll Mar 20, 2020
8db8c27
Fix typo in readme
jelliotartz Mar 29, 2020
56f0933
Merge pull request #586 from jelliotartz
snicoll Mar 30, 2020
d9f37ec
Upgrade to Spring Boot 2.3.0.RC1
snicoll May 2, 2020
6288622
Switch actuator to standard path
snicoll May 2, 2020
6a18eec
Upgrade to spring javaformat 0.0.21
snicoll May 3, 2020
adab01e
Upgrade to maven checkstyle plugin 3.1.1
snicoll May 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch actuator to standard path
snicoll committed May 2, 2020
commit 628862206bd20efcce9ae5f97b89aad59bb2c9ca
3 changes: 1 addition & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -13,8 +13,7 @@ spring.jpa.open-in-view=false
# Internationalization
spring.messages.basename=messages/messages

# Actuator / Management
management.endpoints.web.base-path=/manage
# Actuator
management.endpoints.web.exposure.include=*

# Logging