티스토리 뷰

공부

[spring] profile & |

승가비 2022. 8. 10. 01:26
728x90
@Profile("test | local")
@Profile("!dev & !prof1 & !prof2")

https://stackoverflow.com/questions/43168881/can-i-negate-a-collection-of-spring-profiles

 

Can I negate (!) a collection of spring profiles?

Is it possible to configure a bean in such a way that it wont be used by a group of profiles? Currently I can do this (I believe): @Profile("!dev, !qa, !local") Is there a neater notation to achi...

stackoverflow.com

 

728x90

'공부' 카테고리의 다른 글

[spark] locality level  (0) 2022.08.10
[pandas] pd.concat([df1,df2])  (0) 2022.08.10
[Javascript] add date  (0) 2022.08.10
[Javascript] moment(str, 'YYYY-MM-DD')  (0) 2022.08.10
[JPA] unique column  (0) 2022.08.09
댓글