Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Apr 3, 2024
1 parent 10eb25d commit d65dc83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ local.properties
*.iml
.DS_Store

localhost*/
localhost*/

src/main/resources/static/localhost:8080/
2 changes: 1 addition & 1 deletion src/main/java/common/config/NaturalJSBootApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@EnableAspectJAutoProxy
@EnableScheduling
@EnableTransactionManagement
@MapperScan(basePackages = { "common" })
@MapperScan(basePackages = { "common", "naturaljs.natural_template_designer_server.file" })
@ComponentScan(basePackages = { "common" }, excludeFilters = {
@ComponentScan.Filter(type = FilterType.ANNOTATION, value = Controller.class) })
@PropertySource(value = { "classpath:config/common/data.properties",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/common/data.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#XSS \ud544\ud130\ub9c1\uc744 \ud558\uc9c0 \uc54a\uc744 URL, Ant Path \ubb38\ubc95\uc73c\ub85c \ucf64\ub9c8(,)\ub85c \uad6c\ubd84\ud574\uc11c \uc5ec\ub7ec\uac1c \ub4f1\ub85d \uac00\ub2a5
xss.exclude.urls=
xss.exclude.urls=/**/designer/**

#\ub9c8\uc2a4\ud0b9 \ud558\uc9c0\uc54a\uc744 URL, Ant Path \ubb38\ubc95\uc73c\ub85c \ucf64\ub9c8(,)\ub85c \uad6c\ubd84\ud574\uc11c \uc5ec\ub7ec\uac1c \ub4f1\ub85d \uac00\ub2a5
masking.exclude.urls=/**/sample/getSampleList*
Expand Down

0 comments on commit d65dc83

Please sign in to comment.