Skip to content

Commit

Permalink
[api] Add CI profile
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Dec 5, 2023
1 parent 9d906f3 commit 85b544a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openex-api/src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spring.quartz.properties.org.quartz.threadPool.threadCount=1
spring.data.rest.basePath=/api

# Database Properties
spring.datasource.url = jdbc:h2:mem:test
spring.datasource.url = jdbc:h2:mem:test;DB_CLOSE_ON_EXIT=FALSE
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.H2Dialect
spring.flyway.enabled=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
SmsOutlined,
SpeakerNotesOutlined,
} from '@mui/icons-material';
import { Mastodon, NewspaperVariantMultipleOutline, Twitter, } from 'mdi-material-ui';
import { Mastodon, NewspaperVariantMultipleOutline, Twitter } from 'mdi-material-ui';
import Airbus from '../../../../resources/images/contracts/airbus.png';
import CustomTooltip from '../../../../components/CustomTooltip';

Expand Down

0 comments on commit 85b544a

Please sign in to comment.