forked from JavaOPs/bootjava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (33 loc) · 926 Bytes
/
.gitignore
File metadata and controls
34 lines (33 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
HELP.md
/target/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
/patch/1_01_user_with_lombok.patch
/patch/2_01_data_jpa.patch
/patch/2_02_h2_init.patch
/patch/2_03_model_query.patch
/patch/3_01_jpa_data_rest.patch
/patch/3_02_jackson.patch
/patch/4_01_add_security.patch
/patch/4_02_default_auth.patch
/patch/4_03_javaconfig_encoding.patch
/patch/4_04_db_security_auth_user.patch
/patch/4_05_role_auth.patch
/patch/4_06_basic_auth_fix.patch
/patch/5_01_account_controller.patch
/patch/5_02_error_handling.patch
/patch/5_03_account_hateoas_paging.patch
/patch/6_01_oas3_swagger.patch
/patch/6_02_fix_update.patch
/patch/6_03_add_tests.patch
/patch/6_04_json_support.patch
/patch/6_05_test_body_check.patch
/patch/6_06_add_cache.patch
/patch/6_07_update_cache.patch
/patch/7_01_upgrade_refactoring.patch
/patch/7_02_xss_validation.patch
/patch/7_03_remove_data_rest_refactoring.patch
/patch/7_04_update_to_spring_boot_2_7.patch