Skip to content

Commit

Permalink
chore: generated 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jul 14, 2024
1 parent e565064 commit 1cc7349
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 647 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# auth
layer-api/src/main/resources/application.yml

# q
layer-domain/src/main/generated/


HELP.md
.gradle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ private void setHttp(HttpSecurity http) throws Exception {
.requestMatchers(new AntPathRequestMatcher("/api/auth/oauth2/kakao")).permitAll()
.requestMatchers(new AntPathRequestMatcher("/api/auth/test")).permitAll()
.requestMatchers(new AntPathRequestMatcher("/h2-console/**")).permitAll()
.requestMatchers(new AntPathRequestMatcher("/api/template/**")).permitAll()
.anyRequest().authenticated()
)
.headers(headers -> headers
Expand Down
41 changes: 0 additions & 41 deletions layer-domain/src/main/generated/org/layer/domain/QBaseEntity.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1cc7349

Please sign in to comment.